summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-06-04 20:05:31 -0300
committerDavid Bremner <david@tethera.net>2021-06-04 20:05:31 -0300
commitd7ddfa0d0ec62c10ecd60779ca1edd9b6973593b (patch)
tree295b5d8586c0f8f17afd256dcf8217dae73a1d63 /NEWS
parent572af2795007464ffbf9cd4656e0e5736d78d362 (diff)
emacs: drop setting mail-user-agent, and document how to set it
After some discussion [1], I decided it is better to make notmuch users who rely on this behaviour customize mail-user-agent. This is consistent with the behaviour of other emacs mail packages. [1]: id:87k0nuhfrk.fsf@toryanderson.com
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35b57cef..538ec168 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
Notmuch 0.33 (UNRELEASED)
=========================
+Emacs
+-----
+
+`notmuch` no longer sets `mail-user-agent` on load. To restore the
+previous behaviour of using notmuch to send mail by default, customize
+`mail-user-agent` to `notmuch-user-agent`.
+
Vim
---