From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9069 Path: news.gmane.org!not-for-mail From: Tobias Brink Newsgroups: gmane.emacs.gnus.user Subject: Deactivating HTML articles for all but nnrss backends Date: Sat, 02 Jun 2007 18:41:10 +0200 Organization: T-Online Message-ID: <87odjyxqah.fsf@tobe.homeunix.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180814835 27561 80.91.229.12 (2 Jun 2007 20:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2007 20:07:15 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Jun 02 22:07:14 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HuZsS-00054Q-Le for gegu-info-gnus-english@m.gmane.org; Sat, 02 Jun 2007 22:07:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuZsS-0004T4-6e for gegu-info-gnus-english@m.gmane.org; Sat, 02 Jun 2007 16:07:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-X-Trace: news.t-online.com 1180802457 03 5345 JJVm6IulO53BPnr 070602 16:40:57 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: SIo1rcZeYeUwpE82ahjUYThjax4dysCBm2yBLlOO82162AVzp9lCoB User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) Cancel-Lock: sha1:RpCiflgszcfRzf1EgRFMnEy/DFQ= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79251 X-Mailman-Approved-At: Sat, 02 Jun 2007 16:07:06 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9069 Archived-At: 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