diff options
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ set postpone=ask-no # default to know when asking to postpone set editor = "vim %s" set from = "matt@matthewlemon.com" -set sendmail = "/usr/bin/msmtp -a purelymail" +set sendmail = "/usr/local/bin/msmtp -a purelymail" set sendmail_wait = 0 set record = "+purelymail/Sent" set recall=no # recall with Ctrl-r instead of asking all the time |