info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Deactivating HTML articles for all but nnrss backends


From: Tobias Brink
Subject: Deactivating HTML articles for all but nnrss backends
Date: Sat, 02 Jun 2007 18:41:10 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

Hello,

to deactivate rendering of HTML e-mails and articles I tried the
following two settings in my ~/.gnus.el:

1)
(setq mm-inline-override-types '("text/html"))

2)
(eval-after-load "mm-decode"
 '(progn 
      (add-to-list 'mm-discouraged-alternatives "text/html")
      (add-to-list 'mm-discouraged-alternatives "text/richtext")))
(setq mm-automatic-display (remove "text/html" mm-automatic-display))

which both work very well, except that Gnus also doesn't render
"articles" from RSS feeds any more.  Is there a possibility to make
Gnus render HTML only in these RSS feeds, as those are actually meant
to be used with HTML?

Thanks in advance,
Tobias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]