Gnus development mailing list
 help / color / mirror / Atom feed
* Can Gnus forward mails so that lesser readers can also read them?
@ 2017-06-12 13:46 joakim
  2017-06-12 13:57 ` Alberto Luaces
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: joakim @ 2017-06-12 13:46 UTC (permalink / raw)
  To: ding

Hello,

Sometimes I get complaints when I forward mails in gnus to receipients
who use mail readers who cant read the forwarded mail properly.

Is there some way to forward a mail so that these mail readers can read
the mail?

I'm not sure what these mail readers are, but perhaps roundcube webmail,
outlook, etc.

-- 
Joakim Verona
joakim@verona.se




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can Gnus forward mails so that lesser readers can also read them?
  2017-06-12 13:46 Can Gnus forward mails so that lesser readers can also read them? joakim
@ 2017-06-12 13:57 ` Alberto Luaces
  2017-06-12 18:30   ` Emanuel Berg
  2017-06-12 13:58 ` Adam Sjøgren
  2017-06-16  2:04 ` Dave Goldberg
  2 siblings, 1 reply; 6+ messages in thread
From: Alberto Luaces @ 2017-06-12 13:57 UTC (permalink / raw)
  To: ding

Joakim writes:

> Hello,
>
> Sometimes I get complaints when I forward mails in gnus to receipients
> who use mail readers who cant read the forwarded mail properly.
>
> Is there some way to forward a mail so that these mail readers can read
> the mail?
>
> I'm not sure what these mail readers are, but perhaps roundcube webmail,
> outlook, etc.

Hi Joakim, using arguments with the forwarding command lets you choose
several ways of including the original mail, including just copying its
contents inline.  Please see the documentation of
gnus-summary-mail-forward for details.

-- 
Alberto




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can Gnus forward mails so that lesser readers can also read them?
  2017-06-12 13:46 Can Gnus forward mails so that lesser readers can also read them? joakim
  2017-06-12 13:57 ` Alberto Luaces
@ 2017-06-12 13:58 ` Adam Sjøgren
  2017-06-16  2:04 ` Dave Goldberg
  2 siblings, 0 replies; 6+ messages in thread
From: Adam Sjøgren @ 2017-06-12 13:58 UTC (permalink / raw)
  To: ding

joakim@verona.se writes:

> Sometimes I get complaints when I forward mails in gnus to receipients
> who use mail readers who cant read the forwarded mail properly.
>
> Is there some way to forward a mail so that these mail readers can read
> the mail?

There are some variables you can tweak:

  ; Old style forwarding:
  (setq message-forward-as-mime nil)
  (setq message-forward-ignored-headers "^Content-Transfer-Encoding:\\|^X-Gnus\\|^X-From-Line\\|^Return-Path\\|^X-\\|^Delivered-To\\|^Received\\|^Lines\\|^Xref")


(the latter you probably want to add a lot more to).


  Best regards,

    Adam

-- 
 "Finns det någon väg som leder oss hem                       Adam Sjøgren
  Finns det ens ett hem där vägen tar slut"              asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can Gnus forward mails so that lesser readers can also read them?
  2017-06-12 13:57 ` Alberto Luaces
@ 2017-06-12 18:30   ` Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2017-06-12 18:30 UTC (permalink / raw)
  To: ding

Alberto Luaces wrote:

>> Sometimes I get complaints when I forward
>> mails in gnus to receipients who use mail
>> readers who cant read the forwarded mail
>> properly. Is there some way to forward
>> a mail so that these mail readers can read
>> the mail? I'm not sure what these mail
>> readers are, but perhaps roundcube webmail,
>> outlook, etc.
>
> Hi Joakim, using arguments with the
> forwarding command lets you choose several
> ways of including the original mail,
> including just copying its contents inline.
> Please see the documentation of
> gnus-summary-mail-forward for details.

Yes. You (the OP) can also just reply to the
the mail and edit the destination headers.

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can Gnus forward mails so that lesser readers can also read them?
  2017-06-12 13:46 Can Gnus forward mails so that lesser readers can also read them? joakim
  2017-06-12 13:57 ` Alberto Luaces
  2017-06-12 13:58 ` Adam Sjøgren
@ 2017-06-16  2:04 ` Dave Goldberg
  2017-06-16  4:32   ` Emanuel Berg
  2 siblings, 1 reply; 6+ messages in thread
From: Dave Goldberg @ 2017-06-16  2:04 UTC (permalink / raw)
  To: ding


> Sometimes I get complaints when I forward mails in gnus to receipients
> who use mail readers who cant read the forwarded mail properly.
>
> Is there some way to forward a mail so that these mail readers can read
> the mail?
>
> I'm not sure what these mail readers are, but perhaps roundcube webmail,
> outlook, etc.

I get this at work where the majority use outlook but I'm told even some thunderbird users have difficulty when I forward an html formatted email.  The problem is that outlook (and thunderbird) do not inline the text/* parts of the forwarded message, instead splitting them into separate attachments.  It's a little better if I forward as a message/rfc822 - in that case they get a single attachment that is formatted correctly when they open it but that's still pretty annoying and my recipients didn't appreciate it much more.  Lately I've taken to forwarding the message in line but manually selecting the html and running the region through shr-render-region.  That results in a perfectly readable text/plain email.  I run into problems if there are associated images, though.  If I have to forwa
 rd something like that, these days I just punt, open outlook web access and forward from there.

A couple years ago I tried to troubleshoot this, comparing the MIME structure of an email forwarded by outlook and the same email forwarded by Gnus but I could not figure it out.

-- 
Dave Goldberg
david.goldberg6@verizon.net



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can Gnus forward mails so that lesser readers can also read them?
  2017-06-16  2:04 ` Dave Goldberg
@ 2017-06-16  4:32   ` Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2017-06-16  4:32 UTC (permalink / raw)
  To: ding

Dave Goldberg wrote:

> I get this at work where the majority use
> outlook but I'm told even some thunderbird
> users have difficulty when I forward an html
> formatted email.

HTML mails only cause problems and there is no
gain marking 'em up either.

(setq gnus-inhibit-images t)
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-16  4:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 13:46 Can Gnus forward mails so that lesser readers can also read them? joakim
2017-06-12 13:57 ` Alberto Luaces
2017-06-12 18:30   ` Emanuel Berg
2017-06-12 13:58 ` Adam Sjøgren
2017-06-16  2:04 ` Dave Goldberg
2017-06-16  4:32   ` Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).