]> Sergey Matveev's repositories - public-inbox.git/commit
view: move thread info near top of single view
authorEric Wong <e@80x24.org>
Fri, 25 Dec 2015 09:35:38 +0000 (09:35 +0000)
committerEric Wong <e@80x24.org>
Fri, 25 Dec 2015 10:39:42 +0000 (10:39 +0000)
commitbc067a7562a586bed92401fe1084bbe423b9451a
tree76f5f28c2433a956f01e66ce45702587be347f25
parent2c091e50045590c13c60896f8fe36b5d1f8c05f1
view: move thread info near top of single view

Most framed mail viewing software has message ancestry
information near the top instead of bottom (mutt, gmane,
sylpheed, thunderbird) as it can help improve context.
Traditional netiquette also favors writing replies below
quoted (older) text for this reason; so move the thread
summary to the top of the message for context.

Since threads may be long, add a "skip" anchor link to jump to
the message body quickly, and align the date to the left column
so it's easier to tell the relative age of messages.

While we're at it, remove quotes from "id" attributes to
improve ease-of-grep-ability.
lib/PublicInbox/View.pm