]> granicus.if.org Git - mutt/commit
Reset buffy->new for the current mailbox in IMAP.
authorKevin McCarthy <kevin@8t8.us>
Tue, 14 Jun 2016 20:11:56 +0000 (13:11 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 14 Jun 2016 20:11:56 +0000 (13:11 -0700)
commit68689dc4ae77315dcbe91a6e44bf247f10babaea
treee87f37e8643fc628815773e6f9fda56ab7e663f6
parente6db4d20034d353b3f79f7cc6c303d6eb128f3fe
Reset buffy->new for the current mailbox in IMAP.

1f840760e6e0 moved the buffy->new reset inside the STATUS processor.
Since the current mailbox is not STATUS'ed, it needs to be reset in
imap_buffy_check().

Thanks to Aaron Schrab for reporting this issue (and for helping test
tip).
imap/imap.c