aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2024-08-14 08:25:25 -0300
committerDavid Bremner <david@tethera.net>2025-06-22 16:37:10 -0300
commit3af10307d954f2e3ca69322748288edf967e3704 (patch)
tree70c468818b0b304a22e027d39e6806d168e3b186 /doc
parent9745ece67c7634a97be0d8ead1755e8280d822c5 (diff)
doc/emacs: start subsection on message level actions
In particular this gives a place for documenting how to resume editing drafts.
Diffstat (limited to 'doc')
-rw-r--r--doc/notmuch-emacs.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst
index bf862697..9c2dab47 100644
--- a/doc/notmuch-emacs.rst
+++ b/doc/notmuch-emacs.rst
@@ -357,6 +357,42 @@ The following motion/navigation bindings are also available in
Move to previous matching message
+Actions
+-------
+
+The following actions on messages are also available in
+:ref:`notmuch-tree` and :ref:`notmuch-unthreaded`.
+
+.. el:define-key:: b
+ M-x notmuch-show-resend-message
+
+ Resend (*bounce*) message.
+
+.. el:define-key:: e
+
+ Resume *editing* a message in :ref:`notmuch-message`. This is
+ particularly useful for :ref:`notmuch-emacs-drafts`, but can be
+ used for other messages as well.
+
+.. el:define-key:: f
+ M-x notmuch-show-forward-message
+
+ Forward (as a MIME attachment) message
+
+.. el:define-key:: r
+ M-x notmuch-show-reply-to-sender
+
+ Reply to sender (only) using :ref:`notmuch-message`
+
+.. el:define-key:: w
+ M-x notmuch-show-save-attachments
+
+ |docstring::notmuch-show-save-attachments|
+
+.. el:define-key:: R
+ M-x notmuch-show-reply
+
+ |docstring::notmuch-show-reply|
Configuration
-------------
@@ -667,6 +703,8 @@ Keybindings are the same as :any:`notmuch-tree`.
See also :el:defcustom:`notmuch-search-result-format` and
:el:defcustom:`notmuch-tree-result-format`.
+.. _notmuch-message:
+
notmuch-message
===============