On Sun, 31 Jan 2010, David Godfrey wrote:
One problem with plain text and modern clients, is that text is
wrappedat the senders end.
Normally to something like 72characters.This is a huge waste of
screen space where you may easily have 160 to 300or more characters
available on a modern screen.
Worse is when the sender has changed the default to something
large, thenyou often have to scroll left and right as well as up
and down to see the whole message.
HTML on the other hand allows for dynamic rewrapping of the text by
thereceiving client.
The sentence before last was all one line.
Change the width of this window, it should rewrap the text
dynamically.
Isn't "flowed text" supposed to take care of that?