From 83c9fd7d2032822a5afadbb96dffeeed0b097b8d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 24 Apr 2024 21:15:56 +0200 Subject: [PATCH] Allow the agent in Gnus to cache all articles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I sometimes have the feeling that mails are downloaded multiple times … maybe this setting will help? --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ddb9146..4d518a6 100644 --- a/init.el +++ b/init.el @@ -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))