]> Sergey Matveev's repositories - public-inbox.git/commit
view: wrap To: and Cc: headers in HTML display
authorEric Wong <e@80x24.org>
Mon, 23 Apr 2018 04:16:53 +0000 (04:16 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Apr 2018 04:17:09 +0000 (04:17 +0000)
commit0f28e69ed76f6d0c14b0458019224c10590474df
treedb721affa23bdc5a25fa3cfb854f5e9cfdcaaca5
parent4dfef4f8f26bc8615c695969bd99157c9f3d2f2a
view: wrap To: and Cc: headers in HTML display

It is common to have large amounts of addresses Cc:-ed in large
mailing lists like LKML.  Make them more readable by wrapping
after addresses.  Unfortunately, line breaks inserted by the
MUA get lost when using the public Email::MIME API.

Subject and body lines remain unwrapped, as it's the author's
fault to have such long lines :P
lib/PublicInbox/View.pm
t/view.t