I think just noting "options" is enough and the mbox download
buttons are visible enough at the top of the search results
pages.
---
 lib/PublicInbox/SearchView.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 07fef40c..10a1ce40 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -276,7 +276,7 @@ sub search_nav_bot { # also used by WwwListing for 
searching extindex miscidx
        my $rev = $q->qs_html(o => $o < 0 ? 0 : -1);
        $rv .= qq{ | <a\nhref="?$rev">reverse</a>};
        exists($ctx->{ibx}) and
-               $rv .= q{ | sort options + mbox downloads <a 
href=#d>above</a></pre>};
+               $rv .= q{ | options <a href=#d>above</a></pre>};
        $rv;
 }
 

Reply via email to