From 4441a38481ed2c9472767a6387d8a2455ea34ad5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 Jul 2020 05:55:48 +0000 Subject: v2: index forwards (via `git log --reverse') Since we'll need to expose THREADID to JMAP and IMAP users, index all messages in the order they were committed to ensure our `tid' (thread ID) column ascends in mirrors the same way they do in the source inbox. This drastically simplifies our code but increases memory usage of `git-log'. The next commit will bring memory use back down at the expense of $TMPDIR usage. --- MANIFEST | 1 - 1 file changed, 1 deletion(-) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 963caad0..9d90c8c2 100644 --- a/MANIFEST +++ b/MANIFEST @@ -155,7 +155,6 @@ lib/PublicInbox/MboxGz.pm lib/PublicInbox/MsgIter.pm lib/PublicInbox/MsgTime.pm lib/PublicInbox/Msgmap.pm -lib/PublicInbox/MultiMidQueue.pm lib/PublicInbox/NNTP.pm lib/PublicInbox/NNTPD.pm lib/PublicInbox/NNTPdeflate.pm -- cgit v1.2.3-24-ge0c7