]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit8fe673fc8bf0f5fbf4ac3149ee46461641cb5d4b
tree246f30cae9fafd540ca672fd71dca96dc2f3dba3
parentc90a4d013d046684841a02c5e05e95baa996a231
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