]> Sergey Matveev's repositories - public-inbox.git/commit
view: use header_obj to avoid extra method calls
authorEric Wong <e@80x24.org>
Sun, 13 Sep 2015 23:28:53 +0000 (23:28 +0000)
committerEric Wong <e@80x24.org>
Sun, 13 Sep 2015 23:28:53 +0000 (23:28 +0000)
commit97bf47dbea11455a69ea952cfbe1ecc44c4a3272
treeab90c63d0dfaccdd0faa74be7dcd2c9034126cad
parent3cab495544d85ce77804ffa78c705f242bf9125d
view: use header_obj to avoid extra method calls

Email::MIME will call the header_obj each time anyways, avoid
the extra method lookups and hit header_obj directly for the
header lookup.
lib/PublicInbox/View.pm