]> granicus.if.org Git - neomutt/commit
Don't abort header cache evaluation when there is a hole. (see #3942)
authorKevin McCarthy <kevin@8t8.us>
Mon, 22 May 2017 01:45:09 +0000 (18:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 22 May 2017 01:45:09 +0000 (18:45 -0700)
commit98c5113c3ebfd13e6d30a55af20545fc59709bf2
tree6832db9b5709b3de7a2a403f519c2eaaf3c38f68
parentcefc030cb3c1606896030c12fc194be914dfbed7
Don't abort header cache evaluation when there is a hole. (see #3942)

Instead, find the first missing MSN and generate a more complicated
sequence set specifying the missing ranges.

This removes the assumption that the header cache query returned
results in MSN order.
imap/message.c