Gnus development mailing list
 help / color / mirror / Atom feed
* Auto decoding Quoted-Printable
@ 1997-09-09 15:35 Adam Sjoegren
  1997-09-10  7:50 ` Lars Balker Rasmussen
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Sjoegren @ 1997-09-09 15:35 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

When I get an e-mail with Quoted-Printable letters, and the header
contains these lines:

 Mime-Version: 1.0
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

Shouldn't Gnus then decode the body automagically (it doesn't right
now), or do I have to tell Gnus that (if so, how?)?

I thought about putting 'gnus-article-de-quoted-unreadable in my
'gnus-article-display-hook, but thats a bit silly, since only emails
with the "Content-Transfer-Encoding: quoted-printable"-header-line
need to be processed!?


(Gnus v5.2.25; nntp 4.0; nnml 1.0; nndoc 1.0; nnfolder 1.0)

[If this has been fixed in a newer version, I apologize.]


  Best regards,

    Adam.

-- 
 But if you hurt whats mine                         Adam Sjøgren
 I'll sure as hell retaliate                        asjo@diku.dk


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

* Re: Auto decoding Quoted-Printable
  1997-09-09 15:35 Auto decoding Quoted-Printable Adam Sjoegren
@ 1997-09-10  7:50 ` Lars Balker Rasmussen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Balker Rasmussen @ 1997-09-10  7:50 UTC (permalink / raw)


Adam Sjoegren <asjo@diku.dk> writes:
> When I get an e-mail with Quoted-Printable letters, and the header
> contains these lines:
> 
>  Mime-Version: 1.0
>  Content-Type: text/plain; charset="iso-8859-1"
>  Content-Transfer-Encoding: quoted-printable
> 
> Shouldn't Gnus then decode the body automagically (it doesn't right
> now), or do I have to tell Gnus that (if so, how?)?
> 
> I thought about putting 'gnus-article-de-quoted-unreadable in my
> 'gnus-article-display-hook, but thats a bit silly, since only emails
> with the "Content-Transfer-Encoding: quoted-printable"-header-line
> need to be processed!?

I have
  (add-hook 'gnus-article-prepare-hook 'gnus-article-de-quoted-unreadable)
  (setq gnus-strict-mime t)

This only takes care of the =3D stuff, but that is sufficient for most
cases.  For base64 etc. I just M-t the matter over to metamail.  

Yes, I know TM would make all this a lot easier, but I really can't be
bothered :-)
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


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

end of thread, other threads:[~1997-09-10  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-09 15:35 Auto decoding Quoted-Printable Adam Sjoegren
1997-09-10  7:50 ` Lars Balker Rasmussen

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).