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

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

Re: Deactivating HTML articles for all but nnrss backends


From: neimad
Subject: Re: Deactivating HTML articles for all but nnrss backends
Date: Sun, 03 Jun 2007 20:07:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Tobias Brink <tobias.brinkNOSPAM@gmail.com> writes:

> asjo@koldfront.dk (Adam Sjøgren) writes:
[...]
> Is there a way to at least automatically set it for every group which
> uses the nnrss backend?  It'd be very nice if I could reactivate the
> w3m rendering for nnrss-groups, too.  Sorry if the answer is obvious
> but I'm not an elisp or Gnus expert (yet).

No expert either, but the following may work, provided you replace
<...> with the variable settings you want:

(add-hook 'gnus-summary-mode-hook
          '(lambda ()
             (if (string-match "^nnrss:.*" gnus-newsgroup-name)
                 (progn
                   <...>))))

        Damien


reply via email to

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