[mew-int 2642] Re: format=flowed
Harald Hanche-Olsen
hanche at example.com
Sat Nov 22 00:35:47 JST 2008
+ Kazu Yamamoto (山本和彦) <kazu at example.com>:
> 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.
(This message is composed using longlines-mode. Before sending, I
turn off longlines-mode manually.)
- Harald
More information about the Mew-int
mailing list