From 3321ebc8d3f4aa634965bc97c3d286a329bafc7a Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Tue, 9 Feb 2016 13:49:12 +0200 Subject: [PATCH] fine-tuned send mail --- howto.mdwn | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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** -- 2.43.0