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

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

Re: Gnus: expiring unread articles


From: Bastien
Subject: Re: Gnus: expiring unread articles
Date: Tue, 08 Nov 2005 00:41:05 GMT
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Mark T. B. Carroll writes:

> I have a group called nnml+mail:mail.spam that my probable spam is
> filtered into. I am happy to let articles in it expire without my having
> marked them read or suchlike.

G c to customize your group (or G p if you prefer) and edit the
`auto-expire' and `total-expire' options.

This is what i have for my spam group:

((auto-expire . t)
 (total-expire . t)
 (spam-contents gnus-group-spam-classification-spam)
 (spam-process
  ((spam spam-use-spamassassin)))
 (spam-process-destination)
 (spam-marks
  (gnus-spam-mark))
 (expiry-wait . immediate)
 (expiry-target . delete))

(Delete the spamassassin lines if you're not using spamassassin.)

-- 
Bastien


reply via email to

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