]> git.notmuchmail.org Git - notmuch/commitdiff
doc: initial documentation for notmuch-show-mode
authorDavid Bremner <david@tethera.net>
Mon, 21 May 2018 20:08:54 +0000 (13:08 -0700)
committerDavid Bremner <david@tethera.net>
Sat, 26 May 2018 15:28:18 +0000 (08:28 -0700)
This is pretty minimal, but will hopefully inspire others to
contribute more complete documentation. If nothing else, it points out
'?'.

doc/notmuch-emacs.rst

index 5e25996f69b4e9c7f03ab340bba941b78d4c45ef..62c1b709538a3c95568dbc1a466a9017b59f7c35 100644 (file)
@@ -177,6 +177,37 @@ variables.
 notmuch-show
 ============
 
+``notmuch-show-mode`` is used to display a single thread of email from
+your email archives.
+
+By default, various components of email messages, (citations,
+signatures, already-read messages), are hidden. You can make
+these parts visible by clicking with the mouse button or by
+pressing RET after positioning the cursor on a hidden part.
+
+``<space>``
+    Scroll the current message (if necessary),
+    advance to the next message, or advance to the next thread (if
+    already on the last message of a thread).
+
+``N``
+    Move to next message
+
+``P``
+    Move to previous message (or start of current message)
+
+``n``
+    Move to next matching message
+
+``p``
+    Move to previous matching message
+
+``+,-``
+    Add or remove arbitrary tags from the current message.
+
+``?``
+    Display full set of key bindings
+
 notmuch-tree
 ============