]> git.notmuchmail.org Git - notmuch/commitdiff
doc/emacs: start subsection on message level actions
authorDavid Bremner <david@tethera.net>
Wed, 14 Aug 2024 11:25:25 +0000 (08:25 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 22 Jun 2025 19:37:10 +0000 (16:37 -0300)
In particular this gives a place for documenting how to resume editing
drafts.

doc/notmuch-emacs.rst

index bf862697e830ce4bd563866f4a1bdaa323f62f16..9c2dab471214e6677d148d1189d0a7c8f333efb6 100644 (file)
@@ -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
 ===============