diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:23:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:30:50 +0200 |
commit | 04f8e316d60bce0d9a53e9bbc86d2ee2f81e8415 (patch) | |
tree | d52f6f8647247e2bef0fe8d134d3ea8534cb3d93 /mutt | |
parent | fb2fe2957631440ceabe03cd8e4eaa6167b93f5b (diff) | |
download | dotfiles-04f8e316d60bce0d9a53e9bbc86d2ee2f81e8415.tar.xz |
Added msmtprc
Diffstat (limited to 'mutt')
-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 |