diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:53:54 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:58:14 +0100 |
| commit | 0915aab65eb9fdb9c76feb820303efeb4820735a (patch) | |
| tree | b616ecc41eb90e46eaeac574434c527d02b45fc9 /.config/neomutt/settings | |
| parent | cf6aa1c0112817cd2e92d621813b3bca1d39d888 (diff) | |
Test another color theme and fix mutt cache on linux
Diffstat (limited to '.config/neomutt/settings')
| -rw-r--r-- | .config/neomutt/settings | 4 |
1 files changed, 2 insertions, 2 deletions
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'" |
