]> granicus.if.org Git - neomutt/commit
Add QRESYNC support.
authorKevin McCarthy <kevin@8t8.us>
Sat, 26 May 2018 23:02:04 +0000 (16:02 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 3 Sep 2018 15:38:30 +0000 (16:38 +0100)
commit36930598cb9537417c11c8fa9a50dd7a521b3fbb
tree84c39edb1f8436f8d4af388b501a937627c7d325
parent5f6da4d1297f8c2b7263b703aea26ef0c2b3a773
Add QRESYNC support.

Refactor imap_read_headers() to break into functions for the different
queries.

Move uid_hash population to the same place msn_index is populated.

Change the VANISHED handler to not decrement MSNs for EARLIER.
FastMail, at least, does assume there are no gaps, and really it makes
no sense for there to be.  Further testing will be needed.
globals.h
imap/command.c
imap/imap.c
imap/imap_private.h
imap/message.c
imap/util.c
init.h