]> Sergey Matveev's repositories - public-inbox.git/commit
search: avoid needless decode
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:30:30 +0000 (02:30 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:31:37 +0000 (02:31 +0000)
commit89a2237b49cac7690582c5ada1ed3466d0f57944
tree5c9a8652d962cd0e86995f11ffe37b819e78c158
parentd0fb726671b98771b982000d408db14ad492c5e1
search: avoid needless decode

Email::MIME should handle everything for us and make things
work nicely with Xapian (assuming I understand how encoding
works in Perl).

While we're at it, reduce temporary strings and arrays by
using destructive operations and clobbering parts as we
iterate through them.
lib/PublicInbox/Search.pm