[Mutt] #2917: format/flowed messages are not properly filled
#2917: format/flowed messages are not properly filled
mutt wraps long lines in a format/flowed message, but does not fill the
paragraphs they are in, resulting in awkward-to-read paragraphs with
several long lines followed by a very short line followed by more long
lines.
This is with the default $wrap=0. Setting $wrap=80 seems to fix this
example, but it fails with $wrap=79 or $wrap=-1.
I was under the impression this was supposed to have been looked at
extensively recently, but I can't seem to find evidence of it.
My sample is 7 lines of "lorem ipsum" text. In the example attachment,
mutt displays 5 long lines, 1 line with 1 word, and then 2 full lines.
Example rendering:
{{{
From jhawk@xxxxxxx Wed Jun 20 20:25:48 2007
From: John Hawkinson <jhawk@xxxxxxx>
Subject: Format flowed test
Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et
harumd und.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2917>