]> Sergey Matveev's repositories - public-inbox.git/commit
imap: UID FETCH: optimize (UID FLAGS) harder
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:57 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commite2d88cc7ee7f71d014a2be1a35e06dcb7fc77fd9
treebcc57f635d6b9b5d038ff3d4cd8df40bcaf114ec
parent86c9cf7328b9e48501dabd1fb464b5e763e8f4b4
imap: UID FETCH: optimize (UID FLAGS) harder

We can speed up this common mutt request by another 2-3x by not
loading the entire smsg from SQLite, just the UID.
lib/PublicInbox/IMAP.pm