X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fnotmuch-emacs.rst;h=be7e324d41ad2bc14242cbdacafe3b614236367a;hb=bde8ea5d1d92be15c6fb4c06e31d4fae750a12f0;hp=785287858d24cca3bbf9fe62a16bb9a2fd267361;hpb=ae1fc657efa7e6dcbcbd79a3fe721e8f5b1f70a9;p=notmuch diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 78528785..be7e324d 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -277,6 +277,15 @@ 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-show-height-limit` + |docstring::notmuch-show-height-limit| + +:index:`notmuch-show-max-text-part-size` + |docstring::notmuch-show-max-text-part-size| + :index:`notmuch-multipart/alternative-discouraged` Which mime types to hide by default for multipart messages. @@ -493,6 +502,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 ---------