]> granicus.if.org Git - neomutt/commit
Imap: Fix flag caching after sync.
authorKevin McCarthy <kevin@8t8.us>
Tue, 21 Jul 2015 19:34:49 +0000 (12:34 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 21 Jul 2015 19:34:49 +0000 (12:34 -0700)
commit5e0d25561c4f9637b0ceaa9e9b600f3fe6eace73
treeec183791badad4275e56a13363d319e62d62794e
parentdbdcdc465e8f0e1509d6c7516daab249baa5a8a4
Imap: Fix flag caching after sync.

The flags cached in IMAP_HEADER_DATA were not updated to match the
HEADER flags after a sync.  This means if a flag were toggled and synced
twice, the second sync was not sending the flag update.

Thanks to Noah Misch for the patch.
imap/imap.c