diff options
| author | David Bremner <david@tethera.net> | 2022-02-12 16:27:32 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-25 08:36:51 -0400 |
| commit | 92b6b991b013e528c9ec3fa1acf083880a2d2757 (patch) | |
| tree | d6fbb89762b2faf44d152231da557ac05f2fefce /doc | |
| parent | 3a311ed5ecf3c685cf274c355ac65e21f934fa83 (diff) | |
doc/emacs: add minimal documentation for notmuch-unthreaded mode.
If nothing else it means the mode is discoverable by browsing the
documentation, and also provides a target for links when enumerating
modes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 85b2c0ea..f2667de1 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -331,11 +331,21 @@ tags. As is the case with :ref:`notmuch-search`, the presentation of results can be controlled by the variable ``notmuch-search-oldest-first``. +.. _notmuch-unthreaded: + +notmuch-unthreaded +------------------ + +``notmuch-unthreaded-mode`` is similar to :any:`notmuch-tree` in that +each line corresponds to a single message, but no thread information +is presented. + +Keybindings are the same as :any:`notmuch-tree`. Global key bindings =================== -Several features are accessible from anywhere in notmuch through the +Several features are accessible from most places in notmuch through the following key bindings: ``j`` |
