]> Sergey Matveev's repositories - public-inbox.git/commit
search: use raw headers without MIME decoding
authorEric Wong <e@80x24.org>
Mon, 17 Aug 2015 02:41:14 +0000 (02:41 +0000)
committerEric Wong <e@80x24.org>
Mon, 17 Aug 2015 03:13:47 +0000 (03:13 +0000)
commit2599ac264e1164f9593a7016165d2af76f4ff95a
treeacda16910904d70472a501b6b6763c6da4522181
parent395b6a9e8d4815708208c19c5b9a488c09f41c4f
search: use raw headers without MIME decoding

This should be less error-prone in case somebody tries to screw with
us and our thread_id mechanism or somehow waste our resources.
Unfortunately Mail::Thread isn't smart enough for this, yet, so we
may need to downgrade to Email::Simple objects as a workaround.

Or simply not worry about the display so much if somebody is
intentionally trying to make it thread badly/incorrectly.
lib/PublicInbox/Search.pm