mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc/emacs: add docstring for notmuch-unthreaded-result-format.
The main change is actually updating cross references.
This commit is contained in:
parent
9d013801bb
commit
f4ebb60375
1 changed files with 12 additions and 2 deletions
|
@ -253,7 +253,8 @@ variables.
|
||||||
("subject" . "%s ")
|
("subject" . "%s ")
|
||||||
("tags" . "(%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
|
.. emacsvar:: notmuch-search-oldest-first
|
||||||
|
|
||||||
|
@ -508,7 +509,9 @@ can be controlled by the variable ``notmuch-search-oldest-first``.
|
||||||
. " %-54s ")
|
. " %-54s ")
|
||||||
("tags" . "(%s)")))
|
("tags" . "(%s)")))
|
||||||
|
|
||||||
See also :emacsvar:`notmuch-search-result-format`.
|
See also :emacsvar:`notmuch-search-result-format` and
|
||||||
|
:emacsvar:`notmuch-unthreaded-result-format`.
|
||||||
|
|
||||||
|
|
||||||
.. _notmuch-unthreaded:
|
.. _notmuch-unthreaded:
|
||||||
|
|
||||||
|
@ -521,6 +524,13 @@ is presented.
|
||||||
|
|
||||||
Keybindings are the same as :any:`notmuch-tree`.
|
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
|
Global key bindings
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue