]> granicus.if.org Git - neomutt/commit
Remove h->active hack in imap_sync_message_for_copy()
authorKevin McCarthy <kevin@8t8.us>
Tue, 2 Apr 2019 17:58:34 +0000 (10:58 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 9 Apr 2019 11:54:28 +0000 (12:54 +0100)
commit48a43e0f986053e3424400576de989b89790e4dd
treefb736b8fbe9b57be63a17e821da4ba5e9a78e94f
parent119f7d8044732a400a2e69247dd7de3dc7ffbc53
Remove h->active hack in imap_sync_message_for_copy()

Commit 285baf9a improved FLAGS parsing such that "spurious" FLAGS
updates won't cause a mailbox reopen.

Remove the h->active=0 hack because it isn't needed now and makes
reasoning about deletes, purges, and message set generation more
difficult.

Co-authored-by: Richard Russon <rich@flatcap.org>
imap/imap.c