Since every bug I file is getting closed becuase it's "invalid" I need
to find out if this is possible or needs fixing in mozilla.
How can I set up mail/news in mozilla to display messages in plain text,
with no HTML style lines, and quote properly?
By using these prefs:
pref("mailnews.send_plaintext_flowed", false); // RFC 2646=======
pref("mailnews.display.disable_format_flowed_support",
true);user_pref("mail.quoteasblock", false);
user_pref("mail.quoted_graphical", false);
It disables HTML style lines but messes up the quoting. From a bug post:
When viewing threads in newsgroups message quoting is inconsistant.
Sometimes
all the quotes are together (correctly):
>>>> text
>>> text
Other times the text is right up against the quotes:
>>>>text
>>>text
And other times it differs between levels:
>> >> text
>>> > text
What it should do is show the quotes in a row, with a space before the
text, and
then the text:
>>>> text
>>> text
>> text
> text
I don't want HTML style lines, but I do want quoting to be uniform. Can
it be done in mozilla? If not, how can I file a bug on this that will
allow it to be fixed?