Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Forwarding with attachments

0 views
Skip to first unread message

Chisel Wright

unread,
Mar 5, 2003, 10:36:24 AM3/5/03
to

I don't know if I missed a setting in mutt, I keep browsing (ok, maybe
I should read carefully from top-to-bottom) the mutt and muttrc man pages.

If I choose to forward a message in mutt it forwards the message,
ignoring any attachments.

If I view attacchments, tag them, and Tag-forward, it forwards the
attachment, but the only part of the message that's included for
forwarding seems to be the headers.

What I'd like is some forward method where attachments are forwarded
and the message body is prepopulated with something of the form:


----- Forwarded message from XXXX -----
{headers}

{body}
----- End forwarded message -----


Is this possible, and if so, how?


Regards,

Chisel
--
e: chi...@herlpacker.co.uk | Stick with what you know and travel
w: www.herlpacker.co.uk | light; if you only carry a hammer then
gpg: D167E7FE | all problems are nails.

Matthew Weier O'Phinney

unread,
Mar 5, 2003, 10:46:01 AM3/5/03
to
* Chisel Wright <chi...@herlpacker.co.uk>:

> I don't know if I missed a setting in mutt, I keep browsing (ok, maybe
> I should read carefully from top-to-bottom) the mutt and muttrc man pages.

Look up the section on mime_forward

> If I choose to forward a message in mutt it forwards the message,
> ignoring any attachments.
>
> If I view attacchments, tag them, and Tag-forward, it forwards the
> attachment, but the only part of the message that's included for
> forwarding seems to be the headers.
>
> What I'd like is some forward method where attachments are forwarded
> and the message body is prepopulated with something of the form:
>
>
> ----- Forwarded message from XXXX -----
> {headers}
>
> {body}
> ----- End forwarded message -----
>
>
> Is this possible, and if so, how?

message-hook . "set mime_forward=ask-no"
message-hook "~h multipart" "set mime_forward=ask-yes"

The first says that for all messages, we'll prompt to forward the
MIME-encoded portion of the message (assuming no); for multipart
messages, we'll prompt to forward the MIME-encoded portion of the
message and assume yes.

--
Matthew Weier O'Phinney
mat...@weierophinney.net
http://matthew.weierophinney.net

Jostein Berntsen

unread,
Mar 6, 2003, 5:53:39 PM3/6/03
to
If you add the third line, you will also see the text from the
previous message when you forward it.

message-hook . "set mime_forward=ask-no"
message-hook "~h multipart" "set mime_forward=yes"
message-hook "~b text" "set mime_forward=no"

Jostein


chi...@herlpacker.co.uk (Chisel Wright) wrote in message news:<slrnb6c6cq...@hendrix.hoblands.herlpacker.co.uk>...

Randall S. Wood

unread,
Mar 6, 2003, 7:49:56 PM3/6/03
to
Matthew Weier O'Phinney scribbled:

Another way (which I personally prefer) is to just hit "v" to see the list
of attachments and tag them using "t". Then, I forward the message along
with the tagged attachments with ";f"

0 new messages