From 4e1410a3cd0addac6f23142e7127fcbcbd3a7dac Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Fri, 26 Sep 2025 11:04:30 -0400 Subject: [PATCH] Correct paths to new host-based configurations --- neomutt/neomuttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.