about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-24 05:55:48 +0000
committerEric Wong <e@yhbt.net>2020-07-25 20:48:18 +0000
commit4441a38481ed2c9472767a6387d8a2455ea34ad5 (patch)
tree0f0260510545e3ee85ffa0e29ba6ba5c17f8f63c /MANIFEST
parentb02c7a346bd36f1325518ca110a781c619082da1 (diff)
downloadpublic-inbox-4441a38481ed2c9472767a6387d8a2455ea34ad5.tar.gz
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
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