diff options
| author | jao <jao@gnu.org> | 2022-01-23 19:54:17 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-23 20:47:49 -0400 |
| commit | 15207652a1e52f995d08eb5645f28531b5e19d46 (patch) | |
| tree | 07775595c94f69df8c587f99b67cf82c9ee6a047 /doc | |
| parent | 21cce961b99fb32a3d7056fce7e3e890c618333c (diff) | |
emacs: customizable names for search buffers
Customizable names for buffers presenting search results, via two
custom variables (notmuch-search-buffer-name-format and
notmuch-saved-search-buffer-name-format), defaulting to values
currently used for plain searches and including too tree and
unthreaded search buffers.
Amended by db: spelling fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index fed619b7..85b2c0ea 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -175,6 +175,16 @@ variables. :index:`notmuch-search-oldest-first` Display the oldest threads at the top of the buffer +It is also possible to customize how the name of buffers containing +search results is formatted using the following variables: + +:index:`notmuch-search-buffer-name-format` + |docstring::notmuch-search-buffer-name-format| + +:index:`notmuch-saved-search-buffer-name-format` + |docstring::notmuch-saved-search-buffer-name-format| + + .. _notmuch-show: notmuch-show |
