From 2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 23:29:36 +0200 Subject: move ~/.mail to ~/mail --- mutt/muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mutt') 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 complete-query # Sync email macro index O 'mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos' "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 -- cgit v1.2.3-54-g00ecf