diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2016-02-09 13:49:12 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2016-02-09 13:49:12 +0200 |
| commit | 3321ebc8d3f4aa634965bc97c3d286a329bafc7a (patch) | |
| tree | f56937a898bb5e753279da95469ca0ecf494655e | |
| parent | 10d30ea8b2ccdfa129c8a5d3adcacf72fda279b8 (diff) | |
fine-tuned send mail
| -rw-r--r-- | howto.mdwn | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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> |
