diff options
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index b9bbede..8d5d104 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 -a theos" +set sendmail = '/usr/bin/msmtp -C "$XDG_CONFIG_HOME/msmtprc" -a theos' set sendmail_wait = 0 set record = +Sent set copy = yes |