From 6a57019b422cffb0d27839e11611aa4420727918 Mon Sep 17 00:00:00 2001 From: Reis Radomil Date: Wed, 15 Nov 2017 21:53:03 +0100 Subject: [PATCH] doc: Document new mutt functions in manual Document the new mutt functions `edit-or-view-raw-message` and `view-raw-message`. Amend description of `edit` function to mention the two new functions. --- doc/manual.xml.head | 61 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 07ab5db69..973375ae9 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2069,8 +2069,8 @@ color sidebar_divider color8 default - <edit> - (default: e) + <edit-raw-message> + This command (available in the index and pager) allows you to edit the raw current message as it's present in the mail @@ -2078,6 +2078,43 @@ color sidebar_divider color8 default be appended to the current folder, and the original message will be marked for deletion; if the message is unchanged it won't be replaced. + + <edit> is a + synonym of this for backwards compatibility. + See also + + <edit-or-view-raw-message> + , + + <view-raw-message> + . + + + + + <edit> + + + Alias of + + <edit-raw-message> + for backwards compatibility. + + + + + <edit-or-view-raw-message> + (default: e) + + This command (available in the index and pager) is the same + as + + <edit-raw-message> + + if the mailbox is writable, otherwise it the same as + + <view-raw-message> + . @@ -2211,6 +2248,26 @@ color sidebar_divider color8 default way. + + + <view-raw-message> + + + This command (available in the index and pager) opens the + raw message read-only in an editor. This command does not allow + editing the message, use + + <edit-raw-message> + for this. + See also + + <edit-raw-message> + , + + <edit-or-view-raw-message> + . + + <skip-quoted> -- 2.40.0