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

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

bug#39618: 28.0.50; gnus nnimap reports more group articles than actuall


From: Lars Ingebrigtsen
Subject: bug#39618: 28.0.50; gnus nnimap reports more group articles than actually exist
Date: Thu, 20 Feb 2020 13:57:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Deus Max <deusmax@gmx.com> writes:

> Simplifying nnimap not to keep track of local marks, may not only reduce
> complexity but also take care of this problem.
> If it's not needed, it's a waste. What do you think ?

It's needed -- the data transferred from the IMAP server to the client
is impractically large if one were to do a complete resync each time.
The client keeps tracks of read/marked/etc messages, too, and just sends
a QRESYNC command to the server, which means "tell me everything that's
changed since last time".  This is vastly more efficient.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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