Re: [PATCH] send-email: default to quoted-printable when CR is present

2019-04-11 Thread brian m. carlson
On Thu, Apr 11, 2019 at 01:44:06PM -0400, Eric Sunshine wrote: > On Wed, Apr 10, 2019 at 7:35 PM brian m. carlson > wrote: > > [...] > > Note that we are guaranteed to always correctly encode carriage returns > > when writing quoted-printable since we explicitly specify the line > > ending as "\n"

Re: [PATCH] send-email: default to quoted-printable when CR is present

2019-04-11 Thread Eric Sunshine
On Wed, Apr 10, 2019 at 7:35 PM brian m. carlson wrote: > [...] > Note that we are guaranteed to always correctly encode carriage returns > when writing quoted-printable since we explicitly specify the line > ending as "\n", forcing MIME::QuotedPrint to encode our carriage return > as "=OD". s/=O

[PATCH] send-email: default to quoted-printable when CR is present

2019-04-10 Thread brian m. carlson
In 7a36987fff ("send-email: add an auto option for transfer encoding", 2018-07-08), git send-email learned how to automatically determine the transfer encoding for a patch. However, the only criterion considered was the length of the lines. Another case we need to consider is that of carriage retu