Allow the agent in Gnus to cache all articles

I sometimes have the feeling that mails are downloaded multiple times …
maybe this setting will help?
This commit is contained in:
Daniel - 2024-04-24 21:15:56 +02:00
parent 8ed64b7fb1
commit 83c9fd7d20
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -1844,6 +1844,7 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package gnus-agent
:init (setq gnus-agent-mark-unread-after-downloaded nil
gnus-agent-consider-all-articles t
gnus-agent-synchronize-flags t
gnus-agent-go-online t))