Re: [PATCH] fix indent_string handling with format=flowed
Hi,
On Sat, Oct 13, 2007, Rocco Rutte wrote:
> * Johannes Stezenbach [07-10-12 23:14:21 +0200] wrote:
>> Just as I write this I notice another thing which might be a bug:
>> According to RFC 3676 "4.1. Interpreting Format=Flowed":
>
>> A series of one or more flowed lines followed by one fixed line is
>> considered a paragraph, and MAY be flowed (wrapped and unwrapped)
>> as appropriate on display and in the construction of new messages
>> (see Section 4.5).
>
>> I think this means that a series of fixed lines should not be wrapped.
>
> That works here (the text of yours I quote are series of fixed lines and
> are not wrapped). Do you have any example?
My fist mail in this thread contained a line longer than FLOWED_MAX characters,
like this one.
(The one starting with summary:)
In your format=flowed reply, the line is still intact, and it is a fixed line
(no space at the end),
but when I look at it it is wrapped on display, and it is also wrapped in my
reply.
Johannes