]> Sergey Matveev's repositories - public-inbox.git/commit
mbox: do not sort search results
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 5 Apr 2018 09:34:09 +0000 (09:34 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 5 Apr 2018 10:27:13 +0000 (10:27 +0000)
commite194adb858f2fdb220aa43f3ce398ff9e77cc1d3
treefa0bd1e9c1552e3e166573f9b998d5d520980d1f
parenta699c1ea84e9bb2ebd76a1bf1094b686bc520bda
mbox: do not sort search results

Sorting large msets is a waste when it comes to mboxes
since MUAs should thread and sort them as the user desires.

This forces us to rework each of the mbox download mechanisms
to be more independent of each other, but might make things
easier to reason about.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm