]> Sergey Matveev's repositories - public-inbox.git/commit
search: support downloading mboxes results with full thread
authorEric Wong <e@yhbt.net>
Sat, 22 Aug 2020 06:06:26 +0000 (06:06 +0000)
committerEric Wong <e@yhbt.net>
Sun, 23 Aug 2020 00:14:02 +0000 (00:14 +0000)
commitaad1b9e70529b78d3d7d62b0920ad82ca40f9592
tree23c8ace1fbcb52bbf0cf00c0f7a83fa006ba99b5
parentae546078c5696ac73ad9f48c2c90163febb4a246
search: support downloading mboxes results with full thread

Finally, the addition of THREADID for collapsing results
in Xapian lets us emulate the "mairix --threads" feature.
That is, instead of returning only the matching messages,
the entire thread is included in the downloaded mbox.gz

This requires a "public-inbox-index --reindex" to be usable.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Over.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchQuery.pm
lib/PublicInbox/SearchView.pm