Fixed incorrect handling of end of QUOTED-PRINTABLE lines
commit2a9fe737cabdcd227787fc551d9524cb712abfd8
authorMark Ellis <mark@mpellis.org.uk>
Fri, 24 Aug 2012 18:45:13 +0000 (24 14:45 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 24 Aug 2012 18:52:15 +0000 (24 14:52 -0400)
tree8705b927e233b35d71a43ad673ca7816432c83b8
parent086d4f5d8b8bbd95554af31339151eb599e3f56a
Fixed incorrect handling of end of QUOTED-PRINTABLE lines

Firstly, changed the name from _fold_lines  to _unfold_lines.

The problem was that =\r\n was being passed through unchanged when the
line is marked QUOTED-PRINTABLE, when in fact it should be a 'soft' line
break. The \r\n should only be left in when not preceeded by the =. It
worked with unix new lines because it's only one character.
src/vformat.c