From: David Bremner Date: Sat, 16 Jul 2022 21:22:28 +0000 (-0400) Subject: doc/emacs: add docstring for notmuch-unthreaded-result-format. X-Git-Tag: 0.37_rc0~22 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=f4ebb6037529569875029f411fd062d79641ce14 doc/emacs: add docstring for notmuch-unthreaded-result-format. The main change is actually updating cross references. --- 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 ===================