1 Jan 2009 17:53
[mew-int 2667] Re: format=flowed
Harald Hanche-Olsen <hanche <at> math.ntnu.no>
2009-01-01 16:53:28 GMT
2009-01-01 16:53:28 GMT
+ Kazu Yamamoto (山本和彦) <kazu <at> iij.ad.jp>: >>> 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. In some cases, turning off longlines-mode in mew-smtp-encode-message is too late. If my buffer looks like this: To: hanche <at> math.ntnu.no Subject: Test From: Harald Hanche-Olsen <hanche <at> math.ntnu.no> References: <a-very-long-reference-that-is-bound-to-move-into-the-next-line <at> math.ntnu.no> <another-reference <at> math.ntnu.no> X-Mailer: Mew version 6.1.53 on Emacs 23.0.60 / Mule 6.0 (HANACHIRUSATO) ---- Test message.(Continue reading)
RSS Feed