Warren Bell wrote:
> Ben Bucksch wrote:
>
>> Warren Bell wrote:
>>
>>>You have to disable format-flowed in order to get rid of the HTML-style
>>>quoting.
>>>
>> No, you are confusing the display and sending prefs here. This thread is
>> about sending.
>>
>>
>>
>>
>
> It is? My original topic was how to get mail/news to display quotes as
> spaced. That wouldn't be a sending thing would it?
>
>
You guys did bring up sending with format=flowed but what about someone
else sending in plain text, maybe from another client? Mozilla won't
display that right since it won't be sent format=flowed.
Back to the original question, and like I said in the bug:
Maybe add a pref and default to:
user_pref("mailnews.quoting_char", ">");
Then if the user want's he can add a space:
user_pref("mailnews.quoting_char", "> ");
But then there would have to be somthing that doesn't allow more than
one space on the end of the quotes before the text so it doesn't add two
spaces.