Y
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
Spivak
3221 days ago
If you want your email to look the same on all clients text/plain is the way to go.
link
Flimm
3221 days ago
That's not true. Plain text is usually hard wrapped with newlines, which leads to awful experiences on small screens.
link
mi100hael
3221 days ago
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.
link
fiddlerwoaroof
3221 days ago
Using lynx with `-stdin -dump` works pretty well in mutt
link
JetSpiegel
3221 days ago
I had that, but lately I got best results from pandoc.
link