]> Sergey Matveev's repositories - public-inbox.git/commitdiff
overidx: preserve `tid' column on re-indexing
authorEric Wong <e@80x24.org>
Sun, 5 Aug 2018 08:19:25 +0000 (08:19 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 Aug 2018 21:09:04 +0000 (21:09 +0000)
Otherwise, walking backwards through history could mean the root
message in a thread forgets its `tid' and it prevents messages
from being looked up by it.

This bug was hidden by the fact that `sid' matches were often
good enough to link threads together.


No differences found