<<< Date Index >>>     <<< Thread Index >>>

Re: how to forward a complete mail



On Thu, Feb 23, 2006 at 01:15:25PM +0800, scwang@xxxxxxxxx wrote:
> I want to forward a whole mail including all of its attachments,
> how can I do this?
> 
> I know I can press the key 'f' to forward a mail,
> but it will not include its attachment.
> 
> 
> -- 
> Wang ShaoChun(??????) <scwang@xxxxxxxxx>
> PH.D Candidate
> Laboratory of Computer Science, Institute of Software
> Chinese Academy of Science

I have this which I got from this list. I don't remember if
it works. :-)

#macro to forward emails including the attachments
macro index F ":set mime_forward=yes\n:set 
mime_forward_decode=no\n<forward-message>"
macro pager F ":set mime_forward=yes\n:set 
mime_forward_decode=no\n<forward-message>"

tom