]> granicus.if.org Git - mutt/commitdiff
Documentation patch from Lars Hecking.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 21 Aug 2000 16:27:17 +0000 (16:27 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 21 Aug 2000 16:27:17 +0000 (16:27 +0000)
doc/manual.sgml.head
doc/manual.sgml.tail

index 487cf0c3d470ed8eef5fcc6609a230711addc636..3738619a9067a6fcac773cdd24f3e5ce8a7e9249 100644 (file)
@@ -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
index ff5d1d4b43c1d669c7c2afcd51fc863dfa8afa8a..3fc21e5ab31e429ea0b3cd15bc8059b0b387560e 100644 (file)
@@ -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