Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: html buttons in pgnus 0.84?
Date: 13 Jun 1999 01:42:17 +0200	[thread overview]
Message-ID: <m3909p9eau.fsf@quimbies.gnus.org> (raw)
In-Reply-To: Glenn Shiffer's message of "18 May 1999 07:21:50 -0400"

Glenn Shiffer <fubar@pobox.com> writes:

> I have the browser function variable set to Netscape and have included 
> the following in my .gnus (at Kai's suggestion):
> 
> (add-to-list 'mm-inline-media-tests
>              '(text/html mm-inline-text nil))

This won't work.  What you want is:

(require 'cl)
(push '("text/html" mm-inline-text nil) mm-inline-media-tests)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


      parent reply	other threads:[~1999-06-12 23:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-18 11:21 Glenn Shiffer
1999-05-19 17:57 ` Kai.Grossjohann
1999-05-29 11:12   ` Glenn Shiffer
1999-05-31  9:12     ` Kai.Grossjohann
1999-06-12 23:42 ` Lars Magne Ingebrigtsen [this message]

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=m3909p9eau.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /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).