On 05/18/2002 07:41 AM, Red Drag Diva wrote:
> On Sat, 18 May 2002 06:41:00 -0300,
> Manuel Lemos <[EMAIL PROTECTED]> wrote:
>
> : - How do I change the white background of the treeview widgets to some
> : softer color?
Inside your profile preferences directory have a file named
chrome/userChrome.css with lines like this
outliner {
background-color : -moz-Dialog !important;
}
> : - How do I configure the reply templates of my messages?
Exit Mozilla completely and edit the prefs.js adding lines like this:
user_pref("mailnews.reply_header_type", 2);
I was told about more options but they do not show in my prefs.js file
anymore. This needs to be better documented because 2 means nothing to
me. I also would like to know how to configure the reply footer (not the
signature.
> : - How do I make the newsgroup names appear expanded instead of
> : abbreviations?
In prefs.js add:
user_pref("mail.server.default.abbreviate", false);
> : - How do I setup the mail program to use PGP or S/MIME to send and
> : receive messages?
Use some add-on. Could not make it work though.
>
>
> Thank you :-) Er, and what are the answers?
>
>
> : I have more questions but those were for the browser. Do you want those too?
>
>
> Yes please :-)
- How do I configure Mozilla to work with tabbed browser windows like
with Opera?
Check Preferences/Navigator/Tabbed Browsing
- How do I make Mozilla reopen the browser windows that were opened last
time it was used?
Use Gecko! :-(
>
> Hmm, I should post to the browser group ...
What about using faq-o-matic to let people check questions and answers
online and eventually contribute with more questions and answers?
http://faqomatic.sourceforge.net/
Regards,
Manuel Lemos