aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-14 03:48:02 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-14 03:48:02 +0100
commit71645c0a073837e81e3d2bc32b276a507954b27e (patch)
tree3c17cf1c04788242e3025fca61795d27506a4c34 /mutt
parent1ce9f9ce93c456c6b9d7662d483470ee3ffc2daa (diff)
downloaddotfiles-71645c0a073837e81e3d2bc32b276a507954b27e.tar.xz
mutt: Use $HOME and $XDG_CONFIG_HOME instead of hardcoding
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 0a3569d..3a402ad 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -23,13 +23,13 @@ set text_flowed = yes # Generate flowed attachments
set sleep_time = 0 # No delay when opening a maildir!
set mbox_type = Maildir
-set folder = "~/mail"
-set header_cache = ~/.config/mutt/cache/headers # where to store headers
-set message_cachedir = ~/.config/mutt/cache/ # where to store bodies
-set certificate_file = ~/.config/mutt/certificates # where to store certs
-set mailcap_path = ~/.config/mutt/mailcap # entries for filetypes
-set tmpdir = ~/.config/mutt/temp # where to keep temp files
-set signature = ~/.config/mutt/sig # my signature file
+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 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"
set postponed = "+Drafts"