From 98545b7919ba3f61789cea92f7200dded41d7ffb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Feb 2017 23:20:07 +0000 Subject: [PATCH] mutt: Don't use msmtp queue anymore! 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mutt/muttrc b/mutt/muttrc index 834ee21..6b6fd8d 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -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 -- 2.48.1