diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:29:36 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:29:36 +0200 |
commit | 2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd (patch) | |
tree | a9583df9b44640f745893c95554879d2a19b5432 /mutt/muttrc | |
parent | 64842a97c8617127d53be95532fdd5737ba0d5e6 (diff) | |
download | dotfiles-2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd.tar.xz |
move ~/.mail to ~/mail
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 4 |
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 |