[mew-dist 28727] Re: [mew-int 2642] Re: format=flowed

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2008年 11月 25日 (火) 11:10:24 JST


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



Mew-dist メーリングリストの案内