]> Sergey Matveev's repositories - public-inbox.git/commit
search: try to fill in ghosts when generating thread skeleton
authorEric Wong <e@80x24.org>
Tue, 3 Oct 2017 19:43:30 +0000 (19:43 +0000)
committerEric Wong <e@80x24.org>
Tue, 3 Oct 2017 20:00:41 +0000 (20:00 +0000)
commit38c481a5438593cff686709493a70b8a6b3033d1
treec288246c52611759bfddcbb4bb371a3bd1bb789e
parent2aa29ee6a35f5be2d76c39ccc50bf7a34075e2bd
search: try to fill in ghosts when generating thread skeleton

Since we attempt to fill in threads by Subject, our thread
skeletons can cross actual thread IDs, leading to the
possibility of false ghosts showing up in the skeleton.
Try to fill in the ghosts as well as possible by performing
a message lookup.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchThread.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm