]> Sergey Matveev's repositories - public-inbox.git/commit
searchmsg: preserve hard tabs, but drop CR (\r)
authorEric Wong <e@80x24.org>
Sat, 12 Mar 2016 06:51:22 +0000 (06:51 +0000)
committerEric Wong <e@80x24.org>
Sat, 12 Mar 2016 06:51:22 +0000 (06:51 +0000)
commitf4af1462c2e52a5f4ed8b7de855868b8d457627e
tree327a37c971ff4de402340625a4d6278840e7c2b8
parent476fc666c223f0fbe98ee1f66f7e282abf8adb56
searchmsg: preserve hard tabs, but drop CR (\r)

Hard tabs *may* be searchable, so preserve them since they do
not take up any more space than a normal space.  However, CR
(carriage return) is worthless and likely a sign of a buggy mail
(or spam) client anyways.
lib/PublicInbox/SearchMsg.pm