On Apr 08, 2011 at 01:39 PM +0200, Richard wrote:
I wanted to have text_flowed enabled for certain recipients which would seem easy enough using send-hook, so tried
I guess I'm not clear about why you wouldn't just send format=flowed text to every recipient and avoid this altogether. If your mail body is properly formatted for format=flowed text (f=f), it will be hard wrapped at column 80 and should display perfectly fine in mail clients that can't handle f=f mail. If they do handle f=f mail, then their client should reconstruct the original unbroken lines and rewrap according to the mail client display preferences.
As I understand it, setting $text_flowed doesn't actually change the content of your mail at all; it only changes a header alerting the recipients to the fact that the message is f=f, *even if it's not*. The actually act of providing the proper formatting is done in the editor you compose in. Are you also toggling that per recipient?
