Correct paths to new host-based configurations

This commit is contained in:
Orien Vandenbergh
2025-09-26 11:04:30 -04:00
parent 12232994ee
commit 4e1410a3cd

View File

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