]> Sergey Matveev's repositories - public-inbox.git/commit
view: untangle loop when showing message headers
authorEric Wong <e@80x24.org>
Mon, 23 Apr 2018 04:16:52 +0000 (04:16 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Apr 2018 04:17:04 +0000 (04:17 +0000)
commit4dfef4f8f26bc8615c695969bd99157c9f3d2f2a
tree322d4f2aecbfff84431a604731ae68dfe513a687
parenta46893a2b5dabfdbcf7b593ac19967daecfb1772
view: untangle loop when showing message headers

The old loop did not help with code clarity with the various
conditional statements.  It also hid a bug where we forgot to
(optionally) obfuscate email addresses in Subject: lines if
search was enabled.
lib/PublicInbox/View.pm