fix(neomutt): update config directories

This commit is contained in:
George Rawlinson 2019-11-12 17:08:43 +13:00
parent f6a5116b2d
commit 1514ee75df
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
13 changed files with 18 additions and 18 deletions

View File

@ -1,5 +0,0 @@
# folder hooks for different accounts
folder-hook rawlinson/* source ~/.config/mutt/accounts/rawlinson
folder-hook nullpointer/* source ~/.config/mutt/accounts/nullpointer
source ~/.config/mutt/accounts/rawlinson # default account

View File

@ -0,0 +1,5 @@
# folder hooks for different accounts
folder-hook rawlinson/* source ~/.config/neomutt/accounts/rawlinson
folder-hook nullpointer/* source ~/.config/neomutt/accounts/nullpointer
source ~/.config/neomutt/accounts/rawlinson # default account

View File

@ -1,10 +1,10 @@
# conform to XDG base directory specification # conform to XDG base directory specification
set header_cache = $XDG_CACHE_HOME/mutt/headers set header_cache = $XDG_CACHE_HOME/neomutt/headers
set message_cachedir = $XDG_DATA_HOME/mutt/messages set message_cachedir = $XDG_DATA_HOME/neomutt/messages
set mailcap_path = $XDG_CONFIG_HOME/mutt/mailcap set mailcap_path = $XDG_CONFIG_HOME/neomutt/mailcap
set record = $XDG_DATA_HOME/mutt/record/sent set record = $XDG_DATA_HOME/neomutt/record/sent
set tmpdir = $XDG_RUNTIME_DIR set tmpdir = $XDG_RUNTIME_DIR
set certificate_file = $XDG_DATA_HOME/mutt/certificates set certificate_file = $XDG_DATA_HOME/neomutt/certificates
# i like having a clean uncluttered $HOME, sue me # i like having a clean uncluttered $HOME, sue me
# general # general
@ -31,14 +31,14 @@ set send_charset = "utf-8" # charset to use when sending
unset user_agent # remove UA header unset user_agent # remove UA header
# grab rest of the config # grab rest of the config
source ~/.config/mutt/colours source ~/.config/neomutt/colours
source ~/.config/mutt/mailboxes source ~/.config/neomutt/mailboxes
source ~/.config/mutt/gpg source ~/.config/neomutt/gpg
source ~/.config/mutt/layout source ~/.config/neomutt/layout
source ~/.config/mutt/bindings source ~/.config/neomutt/bindings
source ~/.config/mutt/macros source ~/.config/neomutt/macros
source ~/.config/mutt/hooks source ~/.config/neomutt/hooks
source ~/.config/mutt/notmuch source ~/.config/neomutt/notmuch
#set read_only # set read-only when messing around with settings #set read_only # set read-only when messing around with settings
# vim: syntax=muttrc # vim: syntax=muttrc