Cecil Westerhof <ce...@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


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to