aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:48:46 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:48:46 +0200
commit89d3b8492a3ae3fe7c95e3dcbe4b0a1d4149b410 (patch)
treec7dd9f4d7ccbc277ae8e7fd1c320d9c76dcdf669 /mutt
parent23480fdf829747ef734dea2ec8f27f2ab92acffd (diff)
downloaddotfiles-89d3b8492a3ae3fe7c95e3dcbe4b0a1d4149b410.tar.xz
mutt: Use XDG_CACHE_HOME for cache things
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index ddfd9f6..57892b1 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -24,11 +24,11 @@ set sleep_time = 0 # No delay when opening a maildir!
set mbox_type = Maildir
set folder = "$HOME/mail"
-set header_cache = "$XDG_CONFIG_HOME/mutt/cache/headers" # where to store headers
-set message_cachedir = "$XDG_CONFIG_HOME/mutt/cache/" # where to store bodies
+set tmpdir = "$XDG_CACHE_HOME/mutt/temp" # where to keep temp files
+set message_cachedir = "$XDG_CACHE_HOME/mutt/cache/" # where to store bodies
+set header_cache = "$XDG_CACHE_HOME/mutt/cache/headers" # where to store headers
set certificate_file = "$XDG_CONFIG_HOME/mutt/certificates" # where to store certs
set mailcap_path = "$XDG_CONFIG_HOME/mutt/mailcap" # entries for filetypes
-set tmpdir = "$XDG_CONFIG_HOME/mutt/temp" # where to keep temp files
set signature = "$XDG_CONFIG_HOME/mutt/sig" # my signature file
set spoolfile = "+inbox"
set mbox = "+archives"