#2917: format/flowed messages are not properly filled Comment (by pdmef):
Replying to [comment:6 Kyle Wheeler]: > The really interesting thing about this particular case is that in > the example mbox attached to the bug, the line that gets rewrapped > (the fifth one) is 78 characters long. More to the point, it gets > wrapped EVEN IF $wrap IS SET TO 79! And *that*, I think, is > probably wrong. The code has an extra -1 and checks for the length being lower than the wrapping width, i.e. 79-1 < 78 fails... which might explain it. -- Ticket URL: <http://dev.mutt.org/trac/ticket/2917#comment:10>