summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-21 16:27:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-21 16:27:17 +0000
commit49e7bc452bd17dfb6fa4e0bfa71a2d1dc117f3c7 (patch)
treeb41656a8ce96cc796aa308998251cceb84d3a444 /doc
parentcbcf88a4a7872274f8c2d979097978313ce02b73 (diff)
Documentation patch from Lars Hecking.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.head15
-rw-r--r--doc/manual.sgml.tail4
2 files changed, 17 insertions, 2 deletions
diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head
index 487cf0c3..3738619a 100644
--- a/doc/manual.sgml.head
+++ b/doc/manual.sgml.head
@@ -351,7 +351,7 @@ id="source" name="source"> the file.
Toggles the weeding of message header fields specified by <ref id="ignore"
name="ignore"> commands.
-<p><bf/edit/<label id="edit-messaage"> (default: e)<newline>
+<p><bf/edit-message/<label id="edit-message"> (default: e)<newline>
This command (available in the ``index'' and ``pager'') allows you to
edit the raw current message as it's present in the mail folder.
@@ -397,6 +397,19 @@ name="&dollar;pipe&lowbar;sep"> and <ref id="wait_key"
name="&dollar;wait&lowbar;key"> control the exact behaviour of this
function.
+<bf/resend-message/<label id="resend-message"> (default: ESC e)<newline>
+
+With resend-message, mutt takes the current message as a template for a
+new message. This function is best described as "recall from arbitrary
+folders". It can conveniently be used to forward MIME messages while
+preservig the original mail structure. Note that the amount of headers
+included here depends on the value of the <ref id="weed" name="&dollar;weed">
+variable.
+
+This function is also available from the attachment menu. You can use this
+to comfortably resend a message which was included with a bounce message
+as a message/rfc822 body part.
+
<bf/shell-escape/<label id="shell-escape"> (default: !)<newline>
Asks for an external Unix command and executes it. The <ref
diff --git a/doc/manual.sgml.tail b/doc/manual.sgml.tail
index ff5d1d4b..3fc21e5a 100644
--- a/doc/manual.sgml.tail
+++ b/doc/manual.sgml.tail
@@ -63,7 +63,7 @@ delete-thread ^D delete all messages in thread
display-address @ display full address of sender
display-toggle-weed h display message and toggle header weeding
display-message RET display a message
-edit e edit the current message
+edit-message e edit the current message
exit x exit without saving changes
extract-keys ^K extract PGP public keys
fetch-mail G retrieve mail from POP server
@@ -95,6 +95,7 @@ read-subthread ESC r mark the current subthread as read
read-thread ^R mark the current thread as read
recall-message R recall a postponed message
reply r reply to a message
+resend-message ESC e resend message and preserve MIME structure
save-message s save message/attachment to a file
set-flag w set a status flag on a message
show-version V show the Mutt version number and date
@@ -220,6 +221,7 @@ list-reply L reply to specified mailing list
pipe-entry | pipe message/attachment to a shell command
print-entry p print the current entry
reply r reply to a message
+resend-message ESC e resend message and preserve MIME structure
save-entry s save message/attachment to a file
undelete-entry u undelete the current entry
view-attach RET view attachment using mailcap entry if necessary