Re: [Mutt] #2906: space stuffed empty lines are not displayed with f=f
#2906: space stuffed empty lines are not displayed with f=f
Changes (by pdmef):
* priority: major => trivial
* component: mutt => display
* milestone: => 1.6
Comment:
RfC3676 says in section 4.1: ''A line consisting of one or more spaces
(after deleting a space acting as stuffing) is considered a flowed line.
An empty line (just a CRLF) is a fixed line.''
I think an empty line means after removing space-stuffing, removing
quotes, etc too.
An example is:
{{{
|A |
| |
|B |
|C |
|D.|
}}}
Line 2 is empty after removing space-stuffing. So it should be considered
fixed to render as (with the patch):
{{{
A
B C D.
}}}
instead of
{{{
A B C D.
}}}
without it.
Short: I agree with the patch.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2906#comment:1>