>>>>> In <[EMAIL PROTECTED]> Tobias Brink wrote:

> Is there a possibility to make Gnus render HTML only in these RSS
> feeds, as those are actually meant to be used with HTML?

Isn't this just what you look for? ;-)

(info "(gnus)RSS") <- type `C-x C-e' here.
,----
|    Even if you have added `"text/html"' to the
| `mm-discouraged-alternatives' variable (*note Display Customization:
| (emacs-mime)Display Customization.) since you don't want to see HTML
| parts, it might be more useful especially in `nnrss' groups to display
| `text/html' parts.  Here's an example of setting
| `mm-discouraged-alternatives' as a group parameter (*note Group
| Parameters::) in order to display `text/html' parts only in `nnrss'
| groups:
|
|      ;; Set the default value of `mm-discouraged-alternatives'.
|      (eval-after-load "gnus-sum"
|        '(add-to-list
|          'gnus-newsgroup-variables
|          '(mm-discouraged-alternatives
|            . '("text/html" "image/.*"))))
|
|      ;; Display `text/html' parts in `nnrss' groups.
|      (add-to-list
|       'gnus-parameters
|       '("\\`nnrss:" (mm-discouraged-alternatives nil)))
`----
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to