]> Sergey Matveev's repositories - public-inbox.git/commit
search: preserve References: order in document data
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 10:17:34 +0000 (10:17 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 10:17:34 +0000 (10:17 +0000)
commit0108acad0a48e88e189d8627f9c46f9290df4907
treeb0579fa572a3b5aaf3e2cc3d328b646e539ac32a
parent9c93edcdefb01f193aced818142b050aeffc04e1
search: preserve References: order in document data

We need proper ordering of References to thread messages
correctly.  We would lose this order if we load the terms
from the database, so set it directly document data.

Do not bother with a separate In-Reply-To, since Mail::Thread
just merges the IRT into References.  This bumps our schema
version once again.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchMsg.pm