]> Sergey Matveev's repositories - public-inbox.git/commit
imap: UID FETCH: optimize for smsg-only case
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:56 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit86c9cf7328b9e48501dabd1fb464b5e763e8f4b4
tree27d145816beccc7b5f0bc918a79c87c3adba3cfe
parenta7d1920f149bd1ee99297883ff0781f362b66680
imap: UID FETCH: optimize for smsg-only case

We can avoid loading the entire message from git when mutt makes
a "UID FETCH" request for "(UID FLAGS)".  This speeds mutt up by
more than an order-of-magnitude in informal measurements.
lib/PublicInbox/IMAP.pm