Review: send.c; fix old (Heirloom) header continuation..
commit84a7665fab764914c85fb982e25a2e5da30f7d0f
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 22 Feb 2014 14:10:51 +0000 (22 15:10 +0100)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 22 Feb 2014 22:25:12 +0000 (22 23:25 +0100)
treebfbc21bd8947feb66bca3f207ed1b68627ae98aa
parentca4a68265872ec90ffe41952d1c1b90efc8b5316
Review: send.c; fix old (Heirloom) header continuation..

When deciding wether header follow lines should be joined in the
display the current codebase checks wether a header line ends with
a MIME encoded word, and does so if.
However, it didn't, since the checking loop went forward not
backward (cp++ not --cp).  Really ,)
I've added a TODO note in there, too, since that is a decision
that should be left to the backend anyway.
send.c