diff options
| author | jao <jao@gnu.org> | 2022-01-10 03:05:23 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-10 08:03:40 -0400 |
| commit | 332b3b639ebd797eac6980fc7bd547f6cd064e84 (patch) | |
| tree | 9cfaa08762fded8926f199252cb70a7e1aa780f8 /doc | |
| parent | 63d3b2b5cf8702b5fecea77392ce46f8a8249175 (diff) | |
emacs: make header line in notmuch-show buffers optional
New notmuch-show-header-line customizable boolean to allow inhibiting
a header line in notmuch-show-mode buffers (for instance, because one
prefers to just include Subject in notmuch-message-headers).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 22aee340..fed619b7 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -222,6 +222,9 @@ Display of messages can be controlled by the following variables :index:`notmuch-message-headers-visible` |docstring::notmuch-message-headers-visible| +:index:`notmuch-show-header-line` + |docstring::notmuch-show-header-line| + .. _show-copy: Copy to kill-ring |
