From: brian m. carlson Date: Sun, 8 Jul 2018 22:17:11 +0000 (+0000) Subject: send-email: accept long lines with suitable transfer encoding X-Git-Tag: v2.19.0-rc0~129^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f2d06fb13fc93c50067e75768a89db098a3d1809?ds=inline;hp=f2d06fb13fc93c50067e75768a89db098a3d1809 send-email: accept long lines with suitable transfer encoding With --validate (which is the default), we warn about lines exceeding 998 characters due to the limits specified in RFC 5322. However, if we're using a suitable transfer encoding (quoted-printable or base64), we're guaranteed not to have lines exceeding 76 characters, so there's no need to fail in this case. The auto transfer encoding handles this specific case, so accept it as well. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---