[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to automatically display HTML in gwene. groups?
From: |
David Engster |
Subject: |
Re: How to automatically display HTML in gwene. groups? |
Date: |
Tue, 10 Aug 2010 14:48:40 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) |
Dan Poirier writes:
> I love the new gwene groups on news.gmane.org that gateway RSS feeds,
> but for me, every article displays as a [text/html]... button that I
> have to click before I can read it. I'd like the html in those groups
> to just display when I open the article.
Try
(mm-inline-text-html-with-images t)
(mm-w3m-safe-url-regexp nil)
in the group parameters. Note that this will need emacs-w3m, and it will
retrieve every image whatsoever, so it might be used for tracking. See
the doc-string of the latter variable.
-David