From 11cd89ced627f25e4d5065641097d734f67dfb70 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Dec 2022 22:34:15 +0000 Subject: www_listing: drop "sort options + mbox downloads" bit The sort options and mbox downloads only apply to individual inbox search endpoints, and they make no sense for the listing of inboxes themselves. --- lib/PublicInbox/WwwListing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/WwwListing.pm') diff --git a/lib/PublicInbox/WwwListing.pm b/lib/PublicInbox/WwwListing.pm index 72c940dd..21e5b8bc 100644 --- a/lib/PublicInbox/WwwListing.pm +++ b/lib/PublicInbox/WwwListing.pm @@ -162,7 +162,7 @@ sub mset_footer ($$) { # no footer if too few matches return '' if $mset->get_matches_estimated == $mset->size; require PublicInbox::SearchView; - PublicInbox::SearchView::search_nav_bot($mset, $ctx->{-sq}); + PublicInbox::SearchView::search_nav_bot($ctx, $mset, $ctx->{-sq}); } sub mset_nav_top { -- cgit v1.2.3-24-ge0c7