From: Eric Wong Date: Fri, 20 Mar 2020 08:18:21 +0000 (+0000) Subject: v2: SDBM-based multi Message-ID queue X-Git-Tag: v1.4.0~65 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c7acdfe78bda5bf36660a699e882e0e3c431a351;hp=c7acdfe78bda5bf36660a699e882e0e3c431a351;p=public-inbox.git 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. ---