summaryrefslogtreecommitdiffstats
path: root/doc/notmuch-emacs.rst
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-05-21 13:08:54 -0700
committerDavid Bremner <david@tethera.net>2018-05-26 08:28:18 -0700
commiteb6fb36d6337d11788ccd632719917445c7be467 (patch)
tree7c47530c515711d7d715d7ede1826cba946e0e81 /doc/notmuch-emacs.rst
parent04a06063d47515c4690d36b569002433a02761ea (diff)
doc: initial documentation for notmuch-show-mode
This is pretty minimal, but will hopefully inspire others to contribute more complete documentation. If nothing else, it points out '?'.
Diffstat (limited to 'doc/notmuch-emacs.rst')
-rw-r--r--doc/notmuch-emacs.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst
index 5e25996f..62c1b709 100644
--- a/doc/notmuch-emacs.rst
+++ b/doc/notmuch-emacs.rst
@@ -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
============