help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Gnus: caching message headers?


From: Gregory Heytings
Subject: Re: Gnus: caching message headers?
Date: Tue, 08 Sep 2020 20:39:47 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)



That did the trick, thank you. I had some difficulty to set it up, but now it seems to work. Is there a way to tell gnus-agent to create only a cache of headers, that is, to not store a local copy of the emails that have been read?

I'm really not sure. It might be that you could set agent parameters in such a way that no articles were eligible for downloading. But I'm not sure the "agent cache" obeys the parameters; I have a feeling it just downloads every message you read unconditionally.


A simple and direct way to do what I wanted is:

(defun gnus-agent-do-not-store-article (fun &rest args) "Do nothing") (advice-add 'gnus-agent-store-article :around #'gnus-agent-do-not-store-article)



reply via email to

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