]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www: more descriptive pagination
authorEric Wong <e@yhbt.net>
Thu, 27 Aug 2020 22:05:00 +0000 (22:05 +0000)
committerEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 04:25:33 +0000 (04:25 +0000)
Being an easily confused person, I find "next" and "prev"
ambiguous as to whether messages on the next or previous page
will be newer or older than the current page.  Clarify that for
the threaded /$INBOX/ view and search results.

For search results sorted by relevance, we'll use "[>= $SCORE]"
or "[<= $SCORE]" to indicate to indicate directionality.

This also fixes $INBOX/new.html for unindexed v1 inboxes.


No differences found