aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 23:29:36 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-04 23:29:36 +0200
commit2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd (patch)
treea9583df9b44640f745893c95554879d2a19b5432 /mutt
parent64842a97c8617127d53be95532fdd5737ba0d5e6 (diff)
downloaddotfiles-2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd.tar.xz
move ~/.mail to ~/mail
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 8d5d104..5f2d76b 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -23,7 +23,7 @@ set mark_old = no
set sleep_time = 0 # no delay when opening a maildir!
set mbox_type = Maildir
-set folder = "~/.mail"
+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
@@ -42,7 +42,7 @@ bind editor <Tab> complete-query
# Sync email
macro index O '<shell-escape>mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos<return>' "run mbsync to sync all mail"
-set sendmail = '/usr/bin/msmtp -C "$XDG_CONFIG_HOME/msmtprc" -a theos'
+set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtprc -a theos"
set sendmail_wait = 0
set record = +Sent
set copy = yes