]> Sergey Matveev's repositories - public-inbox.git/commit
solver: force quoted-printable bodies to LF
authorEric Wong <e@80x24.org>
Sun, 20 Jan 2019 13:46:28 +0000 (13:46 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Jan 2019 20:22:45 +0000 (20:22 +0000)
commit71883b865aa814445c9cf8160a25c3a5d474cb55
treed72d7cf249681ccf4cacd9d96933e3b1c0a3bd40
parent1f1dd03147b2537bb641fed3ac31986f65defefd
solver: force quoted-printable bodies to LF

..if the Email::MIME ->crlf is LF.

Email::MIME::Encodings forces everything to CRLF on
quoted-printable messages for RFC-compliance; and
git-apply --ignore-whitespace seems to miss a context
line which is just "\r\n" (w/o leading space).
lib/PublicInbox/SolverGit.pm