|
| From: | Teemu Likonen |
| Subject: | Re: Expired articles originated from nnimap group keep expiring forever |
| Date: | Wed, 11 Jan 2012 17:49:46 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
* 2012-01-11T17:44:34+02:00 * Teemu Likonen wrote:
> I have an annoying problem with forever-expiring "nnimap" articles. I
> use this kind of group settings (simplified):
>
>
> (setq
> gnus-parameters
> `(("^nnimap\\>.*"
> (spam-contents gnus-group-spam-classification-ham)
> (spam-process ((spam spam-use-bogofilter)
> (ham spam-use-bogofilter)))
> (spam-process-destination . "nnml:spam")
> (expiry-wait . immediate)
> (expiry-target . "nnml:old")
> (display . all)
> (gnus-large-newsgroup nil))
>
> ("^nnml:old$"
> (total-expire . t)
> (expiry-wait . 365))))
These two group settings were not simplified at all (all is there). I
just cropped all other group settings from the gnus-parameters alist.
| [Prev in Thread] | Current Thread | [Next in Thread] |