Gnus development mailing list
 help / color / mirror / Atom feed
* Expiring with gnus-parameters in .gnus
@ 2011-10-31 15:02 Harry Putnam
  2011-11-03 22:35 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Harry Putnam @ 2011-10-31 15:02 UTC (permalink / raw)
  To: ding

When you use gnus-parameters to expire certain groups like in the code below:
-------        ---------       ---=---       ---------      -------- 
  (setq gnus-parameters
        '(("_ex$"
  ;;    '(("[Ss]pam[0-9]*$\\|_ex$"
  	 (total-expire . t)
  	 (expiry-wait . 18))
          ("_tr$"
           (total-expire . t)
  	 (expiry-wait . 90)
          (gnus-visible-headers
           (concat gnus-visible-headers "\\|^X-Spam-Report:.*_FARAWAY_"))
          ("_$"
  	 (total-expire . t)
  	 (expiry-wait . 340)))))
-------        ---------       ---=---       ---------      -------- 

Do you actually have to open each group for the expiry to happen?

It appears so, since I see and expiry action take place when I open
such groups.

If that is true, then is there some other mechanism that will expire
groups without having to actually open each group?




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-03 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-31 15:02 Expiring with gnus-parameters in .gnus Harry Putnam
2011-11-03 22:35 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).