[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return head
From: |
Eric Abrahamsen |
Subject: |
bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly |
Date: |
Mon, 04 Jan 2021 10:09:52 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On 01/04/21 10:05 AM, Lars Ingebrigtsen wrote:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> I certainly hope they're not parsed more than once, but it would
>> definitely be good to have more eyes on that part of the code. For
>> instance, `gnus-cache-retrieve-headers' finds cached articles in the
>> group, then uses (gnus-sorted-difference articles cached) to find
>> uncached articles. The uncached articles are sent to
>> `gnus-fetch-headers', and the cached articles are parsed from the cache
>> file using:
>
> So that sounds OK... is it the same with the Agent?
Morally the same: the agent has its own `gnus-agent-uncached-articles'
function, which consults the .agentview file, so it uses that instead of
`gnus-sorted-difference'. But the same idea.
(I saw the other bug report about nnmaildir and nov entries, once this
patch is in I'm planning on working on nnmaildir next.)
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/01
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Lars Ingebrigtsen, 2021/01/02
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/02
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Lars Ingebrigtsen, 2021/01/03
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/03
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Lars Ingebrigtsen, 2021/01/04
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly,
Eric Abrahamsen <=
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Lars Ingebrigtsen, 2021/01/05
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/05
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/17
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Robert Pluim, 2021/01/18
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/18
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Lars Ingebrigtsen, 2021/01/18
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/03
- bug#38011: 27.0.50; [PATCH] WIP on allowing Gnus backends to return header data directly, Eric Abrahamsen, 2021/01/03