Gnus development mailing list
 help / color / mirror / Atom feed
From: Jonas Steverud <tvrud@bredband.net>
Subject: HTML emails and recommended solution?
Date: Sun, 04 Apr 2004 10:52:13 +0200	[thread overview]
Message-ID: <m2oeq8xgzm.fsf@c-a85372d5.036-4-67626721.cust.bredbandsbolaget.se> (raw)


The plague of HTML in emails doesn't seems to vanish, hardly
surprising to anyone, and so far I've had

(setq mm-discouraged-alternatives (remove "text/html" mm-discouraged-alternatives))

(add-to-list 'mm-inline-media-tests '("text/html" nil (lambda (h) nil)))
(add-to-list 'mm-discouraged-alternatives "text/html")
(add-to-list 'mm-discouraged-alternatives "text/richtext")
(add-to-list 'mm-discouraged-alternatives "text/enriched")
(setq mm-automatic-display (remove "text/html" mm-automatic-display)
      mm-automatic-display (remove "text/richtext" mm-automatic-display)
      mm-automatic-display (remove "text/enriched" mm-automatic-display))

To reduce the damages, but I've decided that I maybe should try to see
if some new approach has come up since I added those lines (which was
quite some years ago).

So, my question now is how you would recommend me to handle HTML
emails?

In 99.9999% of the cases, the HTML is just there for no other reason
then the programmer and the user are morons and it doesn't add
anything to the message. I.e. it could be stripped on sight.

I have W3 installed and I can find it acceptable to have it render the
emails.

I would like to see the text portion if it is available, otherwise it
should be sent to W3 for rendering automatically.

What I'm afraid of is that the email contains ads that W3 then have to
download (i.e. images) and in spams this is a common approach to
validate working addresses. If it is spam I don't want W3 to do
anything and in case of ads in ordinary emails (usually Yahoogroups or
emails sent form MSN et al) I don't want W3 to download anything
either since I don't want to see the ads.

Any takes on how Gnus and W3 should be configured to handle this?

GNU Emacs 21.3.1 (powerpc-apple-darwin, X toolkit)
No Gnus v0.1

-- 
(        http://hem.bredband.net/steverud/        !     Wei Wu Wei     )
(        Meaning of U2 Lyrics, Roleplaying        !  To Do Without Do  )




             reply	other threads:[~2004-04-04  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-04  8:52 Jonas Steverud [this message]
2004-05-16 13:13 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2oeq8xgzm.fsf@c-a85372d5.036-4-67626721.cust.bredbandsbolaget.se \
    --to=tvrud@bredband.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).