From 42cb3f88d703cbd05c8e37c10e5dcae630f093be Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 14 Feb 2015 02:19:37 +0100 Subject: mutt: expand msmtp's -C arg to --file --- mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt') diff --git a/mutt/muttrc b/mutt/muttrc index 894c44d..1c19d7a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -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 --file $XDG_CONFIG_HOME/msmtprc -a theos" set sendmail_wait = 0 set record = +Sent set copy = yes -- cgit v1.2.3-54-g00ecf