]> Sergey Matveev's repositories - public-inbox.git/commit
view: display redundant headers in permalink
authorEric Wong <e@80x24.org>
Thu, 24 Oct 2019 00:12:36 +0000 (00:12 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Oct 2019 10:49:07 +0000 (10:49 +0000)
commit2394cb0bdc671605729b5a4c578ef4cd3b9813fd
tree1856e43135223606e11fba4fff3c092648a40fc7
parent5698652dad325668382eb9c55d8d94c9b3672352
view: display redundant headers in permalink

Mail headers can contain multiple headers of any type, so ensure
we don't hide any information we're getting in the per-message
permalink views.

This means it's possible to have multiple From, Date, To, Cc,
Subject, and In-Reply-To headers displayed.

The thread indices are a special case, I guess, since we run
out of space on the line if the headers too long and tools like
mutt only show the first one.
lib/PublicInbox/Linkify.pm
lib/PublicInbox/View.pm