Gnus development mailing list
 help / color / mirror / Atom feed
* Hint: Decoding mime header encoding (øv)
@ 1996-04-18  7:33 Per Abrahamsen
  1996-04-18 11:06 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Per Abrahamsen @ 1996-04-18  7:33 UTC (permalink / raw)



I noticed that the mime encoded headers were decoded in the *Article*
buffer, but not in the *Summary* when you have enabled

  (add-hook 'gnus-article-prepare-hook 'gnus-article-de-quoted-unreadable)

By browsing the source I found that there was an undocumented hook
which can solve this problem.  Add

  (add-hook 'gnus-parse-headers-hook 'gnus-headers-decode-quoted-printable)

and you have seen the last of those MIME stuff.

I think these two hooks should be enabled by default.  This would give
new users (in Europe) a better first impression of Gnus, and it will
be only a little extra work for people who want to install one of the
unbundled MIME packages.


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

end of thread, other threads:[~1996-04-18 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-18  7:33 Hint: Decoding mime header encoding (øv) Per Abrahamsen
1996-04-18 11:06 ` Lars Magne Ingebrigtsen

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