From 7a58c1c44bfc31aea4b4b8698c2941365f3e65b6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 21 May 2018 13:08:55 -0700 Subject: [PATCH] doc: initial documentation for notmuch-tree mode --- doc/notmuch-emacs.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 =================== -- 2.43.0