Re: Forwarding email
"Andy Bradford" <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
Thus said Dave Close on Tue, 31 May 2011 21:41:08 PDT: > Besides continuing to advocate for proper adherence to the standards, > is there anything I can reasonably do in Exmh to make this work so my > recipients aren't unduly confused? Yes, there is. Use the Forward button, instead of the (More->Attachment-> Attach Message) selection. Make sure that your forw is setup to expand MIME in your ~/.mh_profile: $ grep forw ~/.mh_profile forw: -mime Or remember to run (More->Format mail->Run mhn now) before you hit send each time you forward a message. The difference is that when you use Forward, it will attach the message, but without a name. If you attach the message as an attachment, it gives the attachment a name/filename, and apparently Gmail thinks that means that the message/rfc822 content should be ``downloaded'' instead of just viewed in the client. Andy