]> 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)
committerRichard Russon <rich@flatcap.org>
Wed, 24 May 2017 01:22:56 +0000 (02:22 +0100)
commit61347577d207fd27c39774e0ca4758e43032fcb8
tree8ecaebe626e6d91c49995d86ba3f8e0420ca3976
parente84b974927ae544caa1365ef97acb9baad1a043f
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