On Sat 09/04/99 at 07:30 PM -0400, erik <[EMAIL PROTECTED]> wrote:
> Why when i try to forward a message with an attqchment, it doesnt
> include it with the message. is there a way to make mutt do this?
>From the mutt manual:
6.3.40. forward_decode
Type: boolean
Default: set
Controls the decoding of complex MIME messages into text/plain when
forwarding a message. The message header is also RFC2047 decoded.
This variable is only used, if Mime_forward'' is unset, otherwise
Mime_forward_decode'' is used instead.
6.3.73. mime_forward
Type: quadoption
Default: unset
When set, the message you are forwarding will be attached as a
separate MIME part instead of included in the main body of the
message. This is useful for forwarding MIME messages so the receiver
can properly view the message as it was delivered to you. If you like
to switch between MIME and not MIME from mail to mail, set this
variable to ask-no or ask-yes.
Also see Forward_decode'' and Mime_forward_decode''.
6.3.74. mime_forward_decode
Type: boolean
Default: unset
Controls the decoding of complex MIME messages into text/plain when
forwarding a message while Mime_forward'' is set. Otherwise
Forward_decode'' is used instead.