unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: D. Goel <deego@glue.umd.edu>
Subject: Re: html mail filter in gnus
Date: 19 Sep 2002 17:00:43 -0400	[thread overview]
Message-ID: <87n0qd1ypw.fsf@computer.localdomain> (raw)
In-Reply-To: 87r8fp1yue.fsf@computer.localdomain

D. Goel <deego@glue.umd.edu> writes:
> 
> (setq ;; use lynx -dump to view inline HTML mm-inline-media-tests
> (cons '("text/html" my:gnus-html2text (lambda (handle) (fboundp
> 'my:gnus-html2text))) (dotgnus-remassoc "text/html"
> mm-inline-media-tests)) )
> 
> 

Sorry for the ugly formatting --->

(setq
 mm-inline-media-tests (cons '("text/html"
			       (lambda (handle)
				 (fboundp 'my:gnus-html2text)))
			     (dotgnus-remassoc "text/html"
					       mm-inline-media-tests))
 )

  reply	other threads:[~2002-09-19 21:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-17 19:02 html mail filter in gnus Kin Cho
2002-09-17 22:16 ` James Cozine
2002-09-18  6:38   ` Ichimusai
2002-09-18  8:38 ` Kai Großjohann
2002-09-18  8:57 ` Jonas Steverud
2002-09-18 20:07 ` D. Goel
2002-09-19 20:28   ` Kin Cho
2002-09-19 20:58     ` D. Goel
2002-09-19 21:00       ` D. Goel [this message]
2002-09-20 15:17         ` Nils Goesche
2002-09-20 16:45           ` D. Goel
2002-09-20 17:59             ` Nils Goesche

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87n0qd1ypw.fsf@computer.localdomain \
    --to=deego@glue.umd.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 read-only IMAP folder(s) and NNTP newsgroup(s).