From: Paul Black on
Chris wrote:
> A slight annoyance, but one I'd like to get sorted.
>
> When composing messages in TB I can specify how to wrap the lines to a
> certain length, but it seems this is just for appearance's sake. For
> when the posting appears on the ng the wrapping has gone.
>
> Is there a way to get TB to use hard breaks when 'wrapping' text?
> TIA

I have these lines in user.js in my Thunderbird profile directory:
user_pref("mailnews.display.disable_format_flowed_support", true);
user_pref("mailnews.send_plaintext_flowed", false);


--
Paul
From: Chris on
Paul Black wrote:
> Chris wrote:
>> A slight annoyance, but one I'd like to get sorted.
>>
>> When composing messages in TB I can specify how to wrap the lines to a
>> certain length, but it seems this is just for appearance's sake. For
>> when the posting appears on the ng the wrapping has gone.
>>
>> Is there a way to get TB to use hard breaks when 'wrapping' text?
>> TIA
>
> I have these lines in user.js in my Thunderbird profile directory:
> user_pref("mailnews.display.disable_format_flowed_support", true);
> user_pref("mailnews.send_plaintext_flowed", false);
>

Thanks.

I've only changed the "mailnews.display.disable_format_flowed_support"
setting to 'true' like you and it seems to have had the desired effect
on a testing ng. Hopefully it will do the same on this ng :)

My "mailnews.send_plaintext_flowed" setting is still on the default of
'true' at the moment.

Well, here goes...
From: Chris on
Chris wrote:
> Paul Black wrote:
>> Chris wrote:
>>> A slight annoyance, but one I'd like to get sorted.
>>>
>>> When composing messages in TB I can specify how to wrap the lines to
>>> a certain length, but it seems this is just for appearance's sake.
>>> For when the posting appears on the ng the wrapping has gone.
>>>
>>> Is there a way to get TB to use hard breaks when 'wrapping' text?
>>> TIA
>>
>> I have these lines in user.js in my Thunderbird profile directory:
>> user_pref("mailnews.display.disable_format_flowed_support", true);
>> user_pref("mailnews.send_plaintext_flowed", false);
>>
>
> Thanks.
>
> I've only changed the "mailnews.display.disable_format_flowed_support"
> setting to 'true' like you and it seems to have had the desired effect
> on a testing ng. Hopefully it will do the same on this ng :)
>
> My "mailnews.send_plaintext_flowed" setting is still on the default of
> 'true' at the moment.
>
> Well, here goes...

Well it worked, but as the first setting suggests it's simply a display
setting so all unwrapped posts now end up wrapped eventhough they may
not be.

So yeah, I guess setting both options as you have is the optimal solution.

Thanks again, Paul.