]> Sergey Matveev's repositories - public-inbox.git/commit
remove unnecessary ->header_obj calls
authorEric Wong <e@yhbt.net>
Sat, 1 Aug 2020 08:12:27 +0000 (08:12 +0000)
committerEric Wong <e@yhbt.net>
Sun, 2 Aug 2020 08:26:20 +0000 (08:26 +0000)
commit77eafbd653d2efac546f2c330d8cf5e84bef2712
treef33da0a4570d14882262ea4ee60ad7982afe6b8a
parentfb4bfa102bfa702f13948ac689e54bac9d0084e0
remove unnecessary ->header_obj calls

We used ->header_obj in the past as an optimization with
Email::MIME.  That optimization is no longer necessary
with PublicInbox::Eml.

This doesn't make any functional difference even if we were to
go back to Email::MIME.  However, it reduces the amount of code
we have and slightly reduces allocations with PublicInbox::Eml.
lib/PublicInbox/ContentHash.pm
lib/PublicInbox/Import.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WatchMaildir.pm
lib/PublicInbox/WwwAtomStream.pm
script/public-inbox-edit
script/public-inbox-mda