From: Tomi Ollila Date: Tue, 9 Feb 2016 11:49:12 +0000 (+0200) Subject: fine-tuned send mail X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=3321ebc8d3f4aa634965bc97c3d286a329bafc7a fine-tuned send mail --- diff --git a/howto.mdwn b/howto.mdwn index d39dab3..7db4b62 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -49,13 +49,16 @@ See more exhaustive list of [[software]] notmuch works with and the ## **Send mail** -By default, NotMuch uses sendmail to send your mail. But if you prefer -a simpler solution like msmtp, first [install and configure msmtp](http://msmtp.sourceforge.net/). +Notmuch does not send your mail. The frontends (MUAs) that utilize notmuch +does that. Often these MUAs use sendmail(8) to send your mail. + +If you prefer a simpler solution like msmtp, first +[install and configure msmtp](http://msmtp.sourceforge.net/). Then create a symbolic link so that msmtp will be called instead of sendmail when you press the keyboard shortcut to send your message. - $ sudo ln -s /usr/bin/msmtp /usr/local/bin/sendmail + $ sudo ln -s /usr/bin/msmtp /usr/sbin/sendmail ## **Sync notmuch tags and maildir flags**