diff options
| author | David Bremner <david@tethera.net> | 2022-07-16 17:22:28 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-07-30 08:53:35 -0300 |
| commit | f4ebb6037529569875029f411fd062d79641ce14 (patch) | |
| tree | d7eaa60f671be39703caf218b99215c5a60911bd /doc | |
| parent | 9d013801bb6efaded7d35e3ceb9e37331ce353bb (diff) | |
doc/emacs: add docstring for notmuch-unthreaded-result-format.
The main change is actually updating cross references.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 44dca384..e69bd23d 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -253,7 +253,8 @@ variables. ("subject" . "%s ") ("tags" . "(%s)"))) - See also :emacsvar:`notmuch-tree-result-format`. + See also :emacsvar:`notmuch-tree-result-format` and + :emacsvar:`notmuch-unthreaded-result-format`. .. emacsvar:: notmuch-search-oldest-first @@ -508,7 +509,9 @@ can be controlled by the variable ``notmuch-search-oldest-first``. . " %-54s ") ("tags" . "(%s)"))) - See also :emacsvar:`notmuch-search-result-format`. + See also :emacsvar:`notmuch-search-result-format` and + :emacsvar:`notmuch-unthreaded-result-format`. + .. _notmuch-unthreaded: @@ -521,6 +524,13 @@ is presented. Keybindings are the same as :any:`notmuch-tree`. +.. emacsvar:: notmuch-unthreaded-result-format + + |docstring::notmuch-unthreaded-result-format| + + See also :emacsvar:`notmuch-search-result-format` and + :emacsvar:`notmuch-tree-result-format`. + Global key bindings =================== |
