]> Sergey Matveev's repositories - public-inbox.git/commit
search: remove pointless {relevance} setting
authorEric Wong <e@80x24.org>
Sun, 27 Dec 2020 19:38:28 +0000 (19:38 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Dec 2020 23:19:25 +0000 (23:19 +0000)
commitd0e74a3591d9e701af6fea30baacf2ddb51475d5
tree6baa2fa15edc5f4d27a3e12299704bbcac7439d5
parent54b250c611c752538666f2bf6d361d3762a21781
search: remove pointless {relevance} setting

SearchView will set it to `undef', others will set the 'mset'
option (for the ->mset method :P) to 2 which causes {relevance}
to be ignored.

And the 'mset' option is poorly named now that the message
is named ->mset...
lib/PublicInbox/Search.pm