Hacker News new | ask | show | jobs
by JetSpiegel 3221 days ago
That and HTML email that doesn't have a text/plain alternative. Even the braindead conversion contain some nuggets of information.
2 comments

If you want your email to look the same on all clients text/plain is the way to go.
That's not true. Plain text is usually hard wrapped with newlines, which leads to awful experiences on small screens.
You can send plain text encoding with format=flowed to avoid the hard wrap. Personally I prefer 80 chars, though. Still looks fine in landscape mode on any phone.
Using lynx with `-stdin -dump` works pretty well in mutt
I had that, but lately I got best results from pandoc.