aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-09 03:11:45 +0100
committerDavid Bremner <david@tethera.net>2022-06-16 08:51:19 -0300
commit9695e4c38de562249cbae02bd896d6bb46ba879f (patch)
tree267dd1f4dc816c70fed315dfb86bcefc476baa2e /doc
parentfb4a0967cab7df737d5d53199a48a0e79c429b61 (diff)
emacs: use message-dont-reply-to-names when composing replies
notmuch-mua functions for replies now use the built-in customizable variable message-dont-reply-to-names with the same semantics as message-mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/notmuch-emacs.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst
index 78528785..970cd7b7 100644
--- a/doc/notmuch-emacs.rst
+++ b/doc/notmuch-emacs.rst
@@ -493,6 +493,15 @@ Sending Mail
:code:`compose-mail`. To use ``notmuch`` for this, customize this
variable to the symbol :code:`notmuch-user-agent`.
+:index:`message-dont-reply-to-names`
+
+ When composing mail replies, Emacs's message mode uses the
+ variable :code:`message-dont-reply-to-names` to exclude
+ recipients matching a given collection of regular expressions
+ or satisfying an arbitrary predicate. Notmuch's MUA inherits
+ this standard mechanism and will honour your customization of
+ this variable.
+
Init File
---------