From 0915aab65eb9fdb9c76feb820303efeb4820735a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 11 Nov 2025 15:53:54 +0100 Subject: Test another color theme and fix mutt cache on linux --- .config/neomutt/settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/neomutt/settings') diff --git a/.config/neomutt/settings b/.config/neomutt/settings index 8e5f3f5..faf003d 100644 --- a/.config/neomutt/settings +++ b/.config/neomutt/settings @@ -82,7 +82,7 @@ set mail_check_stats set mailcap_path = ~/.config/neomutt/mailcap -set header_cache = "~/.cache/mutt" -set message_cachedir = "~/.cache/mutt" +set header_cache = "~/.config/neomutt/.cache/headers" +set message_cachedir = "~/.config/neomutt/.cache" # set query_command = "khard email --parsable --search-in-source-files '%s'" -- cgit v1.2.3