Re: Making mozilla show ">" instead of "|" in news
Parish <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Rikard Bosnjakovic wrote:
> Greetings.
>
> I've been searching around for an answer of this pretty simple question.
> What I want is to make Mozilla show quoted texts with the character ">"
> instead of "|".
>
Add these lines to your user.js:
user_pref("mail.quoted_graphical", false);
user_pref("mail.quoteasblock", false);
user_pref("mailnews.display.disable_format_flowed_support", true);
> The latter tends to become confusing when reading Python-code.
>