From: David Bremner Date: Mon, 21 May 2018 20:08:55 +0000 (-0700) Subject: doc: initial documentation for notmuch-tree mode X-Git-Tag: 0.27_rc0~6 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7a58c1c44bfc31aea4b4b8698c2941365f3e65b6 doc: initial documentation for notmuch-tree mode --- 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. + +```` + 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 ===================