]> Sergey Matveev's repositories - public-inbox.git/commit
cleanup calls to header_obj
authorEric Wong <e@80x24.org>
Sun, 23 Aug 2015 20:05:41 +0000 (20:05 +0000)
committerEric Wong <e@80x24.org>
Sun, 23 Aug 2015 22:35:21 +0000 (22:35 +0000)
commita4f7622064f71c02102cb17fce0b4e67782059fc
treed980783cbe2fcb09f9e9ea891b7eb131960b1030
parent2b1e7946abd1d589fc69b758c68497458bbf0ecf
cleanup calls to header_obj

Dereference header_obj only once when performance may be
critical, or simplify our code by calling "header" directly on
the Email::{Simple,MIME} object if not.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/View.pm