]> Sergey Matveev's repositories - public-inbox.git/commit
search: avoid mindlessly calling body_set
authorEric Wong <e@80x24.org>
Fri, 9 Sep 2016 00:01:29 +0000 (00:01 +0000)
committerEric Wong <e@80x24.org>
Fri, 9 Sep 2016 00:02:25 +0000 (00:02 +0000)
commit5505748033da3dd62de4d7ea828ea0509cd9dd96
tree4c05408878510a5b1203c9c664d81db7b0d9a8d6
parent4d9ad68e6565e488c9fa8e8e314178624827785c
search: avoid mindlessly calling body_set

It's not worth entering a complex codepath in Email::MIME to
save some (probably immeasurable amount of) memory, here.  We've
already stopped doing this in our WWW code a while back, too.
If we really cared enough about it, we'd prioritize work on a
streaming replacement for Email::MIME.
lib/PublicInbox/SearchIdx.pm