Bill Crossley wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I just started using Mozilla 0.9.8 yesterday, and I really like it.  I use it
> mainly for browsing and usenet posting, and I've only found one thing that's
> slightly annoying.
> 
> I would like to be able to have news messages display in plain old plain
> text...without the display window "interpreting" any characters.  Allow me to
> explain.
> 
> | If I am reading a message that includes a quote from an original message
> marked with the '>' character, Mozilla seems to change those chars to a grey
> vertical line.  I've done that to this paragraph, so you can possibly see what I
> mean if you read this message with Mozilla.
> 
> The problem is I'd like to shut this feature off and just see the '>'
> characters...kind of like how everything is displayed when you select "view
> message source."  Why?  Well, I'm paranoid.  I read a lot of messages that are

Easy. Just add these lines to your user.js file:

user_pref("mail.quoted_graphical", false);
user_pref("mail.quoteasblock", false);
user_pref("mailnews.display.disable_format_flowed_support", true);

In W2K/XP it is located in
\Documents and Settings\<windows user name>\Application 
Data\Mozilla\Profiles\<moz_user_name>\XXXXXXXX.slt

Not sure about W98, but it's the same directory as prefs.js. Note that 
user.js probably won't exist so create it (containing just the lines 
above) in the same driectory as prefs.js.

Oh, BTW, if you want different colours for different levels of quoting, 
add these lines to userContent.css (in the Chrome directory immediately 
below the one where prefs.js is):

blockquote[type=cite] {
color: darkred ! important;
}
blockquote[type=cite] blockquote {
color: darkgreen ! important;
}
blockquote[type=cite] blockquote blockquote {
color: darkblue ! important;
}
blockquote[type=cite] blockquote blockquote blockquote {
color: purple ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote {
color: teal ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote 
blockquote {
color: gray ! important;
}

Change the colours to suit personal taste :-)

HTH

Regards,

Parish

P.S. For other cool customizations available in Mozilla, check out:

http://www.hmetzger.de/net6e.html

It's for NS 6, but most/all applies to Moz as well.


> PGP signed, and I like to be able to verify the signatures.  When Mozilla (or
> other browsers) mess up the message displays like this, then PGP correctly shows
> the signature as bad, even though the message hasn't really been tampered with.
> 
> TIA,
> 
> Bill Crossley
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8ckt http://www.ipgpp.com/
> 
> iQA/AwUBPGwmixnZffbbR295EQKQ7wCfY3ElKIje4KWS7wZt7ar/VC+/6EYAoNHp
> WdBZ5lnmWjBHUhBgcOVaaUwo
> =b6uJ
> -----END PGP SIGNATURE-----
> 
> 



-- 
Software is like sex, it's better when it's free  - Linus Torvalds

Anti-spam e-mail address, change _AT_, sorry for the inconvenience


Reply via email to