Compare commits

..

1 Commits

Author SHA1 Message Date
Orien Vandenbergh
4e1410a3cd Correct paths to new host-based configurations 2025-09-26 11:04:30 -04:00

View File

@@ -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.