13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
# vim: filetype=muttrc
|
|
# https://gideonwolfe.com/posts/workflow/neomutt/intro/
|
|
# https://www.gideonwolfe.com/posts/sysadmin/nextcloud/nextcloudworkflow/
|
|
|
|
source ~/.config/neomutt/settings
|
|
source ~/.config/neomutt/colors
|
|
source ~/.config/neomutt/binds
|
|
|
|
# Accounts
|
|
source ~/.config/neomutt/accounts/main
|
|
folder-hook $folder 'source ~/.config/neomutt/accounts/main'
|
|
|