[mew-int 2643] Re: format=flowed

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Tue Nov 25 11:10:24 JST 2008


Hello

>> I have implemented the encoding of format=flowed and fixed several 
>> bugs of the decoding.
>
> Thank you. From a little testing, it works fine except for one 
> thing: You should turn off longlines-mode before encoding the 
> buffer, as otherwise your code (mew-encode-flowed) will see soft 
> line breaks as hard ones, and the paragraphs are broken into lines.
>
> In order to avoid autoloading longlines.el in vain I suggest code 
> like
>
> (if (and (boundp 'longlines-mode) longlines-mode) 
> (longlines-mode-off))
>
> inserted in the right place.

Thank you. I have merged this code.

--Kazu



More information about the Mew-int mailing list