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

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

Re: .agentview and .overview


From: Nicolas KOWALSKI
Subject: Re: .agentview and .overview
Date: Thu, 03 Dec 2009 18:47:43 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Cecil Westerhof <Cecil@decebal.nl> writes:

> Bye the way a bigger problem is expire. Sometimes I have to wait half a
> minute to a minute going to another folder. Maybe it would be better to
> do the expiring not always? Say at most once a day.

Sure, I have this in my ~/.gnus to disable expiration when leaving a
group, and make gnus run expiration in all groups every four hour
after it has been idle for 1 hour.

;;
;; Remove expiration hooks run when leaving a group to speed up usage
;; Expiration process will run with demon, see below
;;
(remove-hook 'gnus-summary-prepare-exit-hook
             'gnus-summary-expire-articles)


;;
;; Automatically expire groups every 4 hours
;; when gnus has been idle for more than 1 hour
;;
(gnus-demon-add-handler 'gnus-group-expire-all-groups 240 60)


-- 
Nicolas




reply via email to

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