summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-02-09 13:49:12 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2016-02-09 13:49:12 +0200
commit3321ebc8d3f4aa634965bc97c3d286a329bafc7a (patch)
treef56937a898bb5e753279da95469ca0ecf494655e
parent10d30ea8b2ccdfa129c8a5d3adcacf72fda279b8 (diff)
fine-tuned send mail
-rw-r--r--howto.mdwn9
1 files 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
## <span id="send_mail">**Send mail**</span>
-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
## <span id="sync_maildir_flags">**Sync notmuch tags and maildir flags**</span>