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

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

Re: Couple of newbie nnrss questions (expiry, marks, caching).


From: Johan Bockgård
Subject: Re: Couple of newbie nnrss questions (expiry, marks, caching).
Date: Thu, 14 Apr 2005 17:57:25 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

"Bruno Hertz" <spammer.go.home@gmail.com> writes:

> Of course I now wonder whether it is subject to the usual expiry
> mechanism.

Yes.

> how do you keep that cache lean?

I use

(setq gnus-total-expirable-newsgroups "\\`nnrss:")

(setq nnmail-expiry-wait 7)
(setq nnmail-expiry-wait-function
      (lambda (group)
        (cond ((string-match "spam" group)      3)
              ((string-match "\\`nnrss:" group) 60)
              (t                                nnmail-expiry-wait))))

-- 
Johan Bockgård


reply via email to

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