]> granicus.if.org Git - mutt/commit
Create a uid hash for imap. (see #3905)
authorKevin McCarthy <kevin@8t8.us>
Fri, 6 Jan 2017 22:23:28 +0000 (14:23 -0800)
committerKevin McCarthy <kevin@8t8.us>
Fri, 6 Jan 2017 22:23:28 +0000 (14:23 -0800)
commit6c293f7de6c878c1654774c794f89cd641feae27
tree3a4032c89764d5534cb46d3e7a9dec29d690c8c1
parent53459785ce546a116426de7897532f820b63258a
Create a uid hash for imap. (see #3905)

This hash will allow for more efficient UID SEARCH processing,
replacing a linear scan with a hash lookup.
imap/imap.c
imap/imap_private.h
imap/message.c