Bouncing a message sends the message as is to the recipient you
specify. Forwarding a message allows you to add comments or
-modify the message you are forwarding. Bouncing a message uses
-the <ref id="sendmail" name="sendmail">
-command to send a copy of a message to recipients as if they were
-original recipients of the message. See also <ref id="mime_forward"
-name="$mime_forward">.
+modify the message you are forwarding. These items are discussed
+in greater detail in the next chapter <ref id="forwarding_mail"
+name="``Forwarding Mail''">.
Mutt will then enter the <em/compose/ menu and prompt you for the
recipients to place on the ``To:'' header field. Next, it will ask
Also see <ref id="edit_headers" name="edit_headers">.
+<sect1>Forwarding and Bouncing Mail<label id="forwarding_mail">
+<p>
+
+Forwarding and bouncing let you send a message to more recipients
+you specify. Bouncing a message uses the <ref id="sendmail"
+name="sendmail"> command to send a copy of a message to recipients
+as if they were original recipients of the message. Forwarding a message
+on the other hand allows you to add comments or modify the message
+before it is resend.
+
+Following keys are bound by default:
+
+<tscreen><verb>
+f forward forward message
+b bounce bounce (remail) message
+</verb></tscreen>
+
+Forwarding can be done by including the message in the new message's body
+(surrounded by indicating lines) or including it as MIME attachment,
+which is controlled by the <ref id="mime_forward"
+name="$mime_forward"> variable, and with or without decoding
+attachments like in the pager, controlled by the <ref id="forward_decode"
+name="$forward_decode"> resp. <ref id="mime_forward_decode"
+name="$mime_forward_decode"> variables.
+The desired forwarding format may depend on the content, therefore
+<em/$mime_forward/ is a quad option and can be set to
+``ask-no'' for example.
+
+Messages are always forwarded with full headers, except when
+$mime_forward=no, $forward_decode=yes and
+<ref id="forward_weed" name="$forward_weed">=yes
+(which is the default).
+
+Editing the message to forward is the same procedure as in sending or
+replying to a message.
+
<sect1>Postponing Mail<label id="postponing_mail">
<p>