From: Junio C Hamano Date: Tue, 7 Feb 2006 05:35:25 +0000 (-0800) Subject: [PATCH] mailinfo: reset CTE after each multipart X-Git-Tag: v1.2.0~46 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8bc5c04a715ee0746df2bcd7e0924f4119140ad2?hp=8bc5c04a715ee0746df2bcd7e0924f4119140ad2 [PATCH] mailinfo: reset CTE after each multipart If the first part uses quoted-printable to protect iso8859-1 name in the commit log, and the second part was plain ascii text patchfile without even Content-Transfer-Encoding subheader, we incorrectly tried to decode the patch as quoted printable. Signed-off-by: Junio C Hamano ---