From: Russ Allbery <rra@stanford.edu>
Subject: Re: HTML Rendering
Date: Fri, 28 Dec 2001 16:14:26 -0800 [thread overview]
Message-ID: <ylsn9u9925.fsf@windlord.stanford.edu> (raw)
In-Reply-To: <m3k7v6ubvs.fsf@alltel.net> (Richard Hoskins's message of "Fri, 28 Dec 2001 19:07:51 -0500")
Richard Hoskins <rmh3@alltel.net> writes:
> But you might not want those settings if you use w3 for other stuff, and
> besides, Gnus doing those types of things with mail reminds me of
> Outlook.
In which case you may want:
(custom-set-variables
;; Avoid text/html parts if possible (w3-mode is slow). Also avoid
;; text/enriched, since it's often more difficult to read.
'(mm-discouraged-alternatives '("text/html" "text/enriched"))
;; Buttonize text/html rather than display it automatically. It's frequently
;; spam and I don't want to incur the wait to have it render.
'(mm-automatic-display (remove "text/html" mm-automatic-display)))
That will skip the HTML entirely if it's in multipart/alternative, and
otherwise will show you the raw HTML with a button; if you want to see it
rendered, press "b" twice.
Getting the standalone bit working is even better of course, but the above
works pretty well for me.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
next prev parent reply other threads:[~2001-12-29 0:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-28 12:59 Graham Murray
2001-12-28 20:08 ` Kai Großjohann
2001-12-28 23:25 ` Lars Magne Ingebrigtsen
2001-12-28 23:49 ` Richard Hoskins
2001-12-28 23:52 ` Lars Magne Ingebrigtsen
2001-12-28 23:59 ` Russ Allbery
2001-12-29 0:07 ` Richard Hoskins
2001-12-29 0:14 ` Russ Allbery [this message]
2001-12-29 0:20 ` Lars Magne Ingebrigtsen
-- strict thread matches above, loose matches on Subject: below --
1999-10-08 13:06 html rendering Clinton Roy
1999-10-08 13:13 ` Steinar Bang
1999-11-06 18:53 ` 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=ylsn9u9925.fsf@windlord.stanford.edu \
--to=rra@stanford.edu \
/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).