diff options
| author | David Bremner <david@tethera.net> | 2026-01-19 18:37:49 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-01-24 10:16:07 +0900 |
| commit | fcfd5789f418902064de854b1c1a670e365385c7 (patch) | |
| tree | b93388c2518b0ecc71e706aded2a3db88e89f85a | |
| parent | 0b69e2a4fd9fc28b44d9ba95e8de43ddbd9fe449 (diff) | |
doc/emacs: correct documentation of n-show-forward-message
Commit 3af10307d started a subsection on message level actions, but
the author (yours truly) mistook their customized behaviour for the
default.
| -rw-r--r-- | doc/notmuch-emacs.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 9c2dab47..fc9e153a 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -377,7 +377,8 @@ The following actions on messages are also available in .. el:define-key:: f M-x notmuch-show-forward-message - Forward (as a MIME attachment) message + Forward as text or as a MIME attachment, depending on the setting + of option :code:`message-forward-as-mime`. .. el:define-key:: r M-x notmuch-show-reply-to-sender |
