Gnus development mailing list
 help / color / mirror / Atom feed
From: Dale Hagglund <rdh@best.com>
Subject: Re: Canonical method for avoiding HTML expansion?
Date: 07 Dec 1999 20:35:30 -0700	[thread overview]
Message-ID: <86emcydrzx.fsf@ponoka.battleriver.com> (raw)
In-Reply-To: Lloyd Zusman's message of "07 Dec 1999 16:47:24 -0500"

Lloyd Zusman <ljz@asfast.com> writes:

> I recently asked something similar to this, but I can't find a
> response that specifically addresses this question.  Forgive me if I
> missed the appropriate reply ...

> In any case, I'd like to be able to prevent the automatic expansion of
> *all* HTML and only have that done on demand.  

I added the following to my .gnus file not too long ago.

      (setq mm-inline-media-tests
            (cons '("text/html" nil (lambda (h) nil))
                  mm-inline-media-tests))

After some confusion on my part (because I had accidentally typed a
command that changed some other stuff) this does what I want.

text/html parts are not automatically displayed using w3 or any other
browser; they are given buttons, and the html text is shown inline.
if you click the button twice, gnus starts any text/html viewer
specified in you .mailcap file.

Dale.


  reply	other threads:[~1999-12-08  3:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-07 21:47 Lloyd Zusman
1999-12-08  3:35 ` Dale Hagglund [this message]
1999-12-09 17:00   ` Lloyd Zusman
1999-12-08  9:26 ` Hrvoje Niksic
1999-12-08 13:12   ` David S. Goldberg
1999-12-08 15:26     ` Lloyd Zusman

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=86emcydrzx.fsf@ponoka.battleriver.com \
    --to=rdh@best.com \
    /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).