]> Sergey Matveev's repositories - public-inbox.git/commit
v2: SDBM-based multi Message-ID queue
authorEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 08:18:21 +0000 (08:18 +0000)
committerEric Wong <e@yhbt.net>
Sun, 22 Mar 2020 09:00:23 +0000 (09:00 +0000)
commitc7acdfe78bda5bf36660a699e882e0e3c431a351
treeb014171ac2b5bd4a37864d54edeed045bd79de58
parentb5bc3576af3d0ef0fa884ed32a674c7a703a19b2
v2: SDBM-based multi Message-ID queue

This lets us store author and committer times for deferred
indexing messages with ambiguous Message-IDs.  This allows
us to reproducibly reindex messages with the git commit
and author times when a rare message lacks Received and/or
Date headers while having ambiguous Message-IDs.
MANIFEST
lib/PublicInbox/MultiMidQueue.pm [new file with mode: 0644]
lib/PublicInbox/V2Writable.pm
t/multi-mid.t