Hi,

it seems the rendering of \r\n (Windows-style) linebreaks, is a bit suboptimal
on the website.

The \r are rendered literally. Mutt for example does not.

Example: https://lore.kernel.org/lkml/[email protected]/

Raw message:
    ...
    Content-Type: text/plain; charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    ...


    Hi,=0D
    =0D
    ....

Rendered:

    ....
    Hi,\r
    \r
    ...


The fix is probably obvious for you, if not I can try to come up with one.

Thanks,
Thomas

Reply via email to