X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fnotmuch-emacs.rst;h=c2d16c5fec5a2a46b113cfd41ecbd2e66f1439c5;hb=1d254bd35e0a4b816f70ff9babaf0f3681460423;hp=785287858d24cca3bbf9fe62a16bb9a2fd267361;hpb=ae1fc657efa7e6dcbcbd79a3fe721e8f5b1f70a9;p=notmuch diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 78528785..c2d16c5f 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -277,6 +277,9 @@ Display of messages can be controlled by the following variables :index:`notmuch-show-header-line` |docstring::notmuch-show-header-line| +:index:`notmuch-show-depth-limit` + |docstring::notmuch-show-depth-limit| + :index:`notmuch-multipart/alternative-discouraged` Which mime types to hide by default for multipart messages. @@ -493,6 +496,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 ---------