diff --git a/neomutt/neomuttrc b/neomutt/neomuttrc index 598e059..e731cba 100644 --- a/neomutt/neomuttrc +++ b/neomutt/neomuttrc @@ -63,8 +63,8 @@ set header_cache="~/.cache/neomutt/headers" # Where to cache imap header set message_cachedir="~/.cache/neomutt/bodies" # "" bodies #source /usr/share/doc/mutt/samples/gpg.rc # Use GPG -source ~/.config/neomutt/`hostname`/main # General Settings -source ~/.config/neomutt/`hostname`/accounts # Account details +source ~/.config/neomutt/hosts/`hostname`/main # General Settings +source ~/.config/neomutt/hosts/`hostname`/accounts # Account details source ~/.config/neomutt/aliases # Load in my aliases. source ~/.config/neomutt/auto_views # Define auto_views. source ~/.config/neomutt/bindings # Define key bindings.