]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: Don't use msmtp queue anymore!
authorSamir Benmendil <me@rmz.io>
Wed, 1 Feb 2017 23:20:07 +0000 (23:20 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 1 Feb 2017 23:20:07 +0000 (23:20 +0000)
I almost always have an internet connection when I want to send a mail,
and having a setup that silently fails to send mail is a horrible setup!

mutt/muttrc

index 834ee21dbe9b9620cf68664709a19c01b858823a..6b6fd8d62c101df4ac20d1db52392c3341f05477 100644 (file)
@@ -82,9 +82,8 @@ set postponed    = "+gmail/drafts"  # drafts folder
 set header_cache = "~/.cache/mutt"  # cache headers for speedss
 source ~/.mutt/mailboxes            # source mailboxes generetated by offlineimap
 
-# SMTP: msmtp (with queue)
-set sendmail = ~/.msmtp/msmtpq      # use msmtp message queue
-set sendmail_wait = -1              # fork sendmail to the background
+# SMTP: msmtp
+set sendmail = /usr/bin/msmtp       # use msmtp
 set send_charset="utf-8"            # only utf8
 
 # GnuPG