]> Sergey Matveev's repositories - public-inbox.git/commit
view: /$INBOX/: show "messages from $old to $new"
authorEric Wong <e@80x24.org>
Mon, 29 Aug 2022 09:26:39 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Aug 2022 19:05:49 +0000 (19:05 +0000)
commit0093503cf22570012b3bafcc0130bfac1ea157bf
tree9fe49c277659311232cf94ed64810d9cdce93788
parentbe55542acc90572da54d828313c2416ae1c902b1
view: /$INBOX/: show "messages from $old to $new"

With the ViewVCS commit view using /$INBOX/?t=YYYYMMDDhhmmss-
links, the use of `t=' may not be immediately obvious to a
reader and confuse them into thinking the inbox hasn't been
updated in a while.

So add a header to the top of the page whenever the `t=' query
parameter is used.

And kill a couple of redundant variable assignments while we're
at it.
lib/PublicInbox/View.pm