Hacker News new | ask | show | jobs
by ekmartin 4359 days ago
A lot of mailing lists require you to send plain text emails, with the Linux Kernel being an example.
2 comments

Don't those mailing lists also require line wrapping?
They require sensible line wrapping. Line wrapping text is good, even required for commit messages, but line wrapping git patches is obviously a catastrophe. On Gmail you can't turn wrapping off (and you can't send patches anyway as it elides leading indentation and changes tabs to spaces).
you beat me to it by a minute ;)