about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-20 22:05:05 +0000
committerEric Wong <e@80x24.org>2019-10-21 10:50:31 +0000
commit8742421ba3503e1865b9f1a2561318e3a58c4b3c (patch)
tree7149f9373dfff45ce58d643c1ef89918da9a34ba /TODO
parente4be18b4f9b39aa58bebdbe00f0f7c8a65f1f82d (diff)
downloadpublic-inbox-8742421ba3503e1865b9f1a2561318e3a58c4b3c.tar.gz
And maybe 8-headered ones, too...

I noticed --reindex failing on the linux-renesas-soc mirror due
one 3-headed monster of a message having 3 sets of headers;
while another normal message had a Message-ID that matched one
of the 3 IDs of the 3-headed monster.

We still try to do the majority of indexing backwards, but we
defer indexing multi-Message-ID'd messages until the end to
ensure we get all the "good" messages in before we process the
multi-headered ones.

Link: https://public-inbox.org/meta/20191016211415.GA6084@dcvr/
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index a327ca06..61c44a84 100644
--- a/TODO
+++ b/TODO
@@ -133,3 +133,6 @@ all need to be considered for everything we introduce)
   for coderepos
 
 * configurable diff output for solver-generated blobs
+
+* fix search for messages with multiple Subject:/To:/From:/Date:
+  headers (some wacky examples out there...)