Automatically expire elements in Gnus groups via gnus handler

So I don't have to do it manually.

Not sure whether this works, though.
This commit is contained in:
Daniel - 2022-02-06 20:56:46 +01:00
parent 940c4b04a8
commit 0a76969a95
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -1871,6 +1871,8 @@
;; Automatically scan for new news
(gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5)
;; Automatically expire groups on idle
(gnus-demon-add-handler 'gnus-group-expire-all-groups 10 5)
;; Visit group under point and immediately close it; this updates
;; gnus registry as a side-effect