summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-05-21 13:08:55 -0700
committerDavid Bremner <david@tethera.net>2018-05-26 08:29:35 -0700
commit7a58c1c44bfc31aea4b4b8698c2941365f3e65b6 (patch)
tree9383fcec8fcd1257691c0d5eb3aa58dbaf4aa9c9 /doc
parenteb6fb36d6337d11788ccd632719917445c7be467 (diff)
doc: initial documentation for notmuch-tree mode
Diffstat (limited to 'doc')
-rw-r--r--doc/notmuch-emacs.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst
index 62c1b709..1d3291b8 100644
--- a/doc/notmuch-emacs.rst
+++ b/doc/notmuch-emacs.rst
@@ -208,9 +208,34 @@ pressing RET after positioning the cursor on a hidden part.
``?``
Display full set of key bindings
+.. _notmuch-tree:
+
notmuch-tree
============
+``notmuch-tree-mode`` displays the results of a "notmuch tree" of your
+email archives. Each line in the buffer represents a single
+message giving the relative date, the author, subject, and any
+tags.
+
+``<return>``
+ Displays that message.
+
+``N``
+ Move to next message
+
+``P``
+ Move to previous message
+
+``n``
+ Move to next matching message
+
+``p``
+ Move to previous matching message
+
+``?``
+ Display full set of key bindings
+
Global key bindings
===================