aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-14 02:19:37 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-14 02:19:37 +0100
commit42cb3f88d703cbd05c8e37c10e5dcae630f093be (patch)
tree3382e8bd9d122a1c00704d517ca06468cce4598d /mutt
parent0b551de1b458f66b06423911f8eaddb20852e0cc (diff)
downloaddotfiles-42cb3f88d703cbd05c8e37c10e5dcae630f093be.tar.xz
mutt: expand msmtp's -C arg to --file
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 894c44d..1c19d7a 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -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 --file $XDG_CONFIG_HOME/msmtprc -a theos"
set sendmail_wait = 0
set record = +Sent
set copy = yes