]> Sergey Matveev's repositories - public-inbox.git/commitdiff
imap: STATUS: count messages properly
authorEric Wong <e@80x24.org>
Fri, 8 Jul 2022 11:36:37 +0000 (11:36 +0000)
committerEric Wong <e@80x24.org>
Fri, 8 Jul 2022 12:16:39 +0000 (12:16 +0000)
This only affects the rarely-used STATUS command, our message
count was consistely zero due to misusing ->imap_exists.

Noticed while implementing POP3 server.


No differences found