]> granicus.if.org Git - neomutt/commit
Fix imap expunge to match msn and fix index. (see #3942)
authorKevin McCarthy <kevin@8t8.us>
Sun, 21 May 2017 01:52:13 +0000 (18:52 -0700)
committerRichard Russon <rich@flatcap.org>
Wed, 24 May 2017 00:14:07 +0000 (01:14 +0100)
commit06f4b43f02822b5ebdf375f1004d48c61c186348
treee2dc303a3883d5fa413f98dc2374045335f55c61
parentf100ebd379aa44e23b7e422d5c329db94d76f782
Fix imap expunge to match msn and fix index. (see #3942)

The expunge needs to match against the MSN now.  Since
cmd_parse_expunge() does not automatically fix h->index anymore,
change imap_expunge_mailbox() to fix up the h->index values.
imap/command.c
imap/imap.c