pref("mail.server.default.abbreviate",true);
"Niko Pavlicek" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Bradley the Buyer wrote:
>
> > I'm have trouble decifering the abreviated newsgroup names. WHERE can I
> > shut this off?
>
> i know, there was a pref some time ago, but I can't find it anymore :-(
> perhaps you can still use the pref but it just hasn't got an ui anymore.
in your prefs.js, add this:
user_pref("mail.server.default.abbreviate",false);
that will make it off by default for all servers.
To only disable it for one server, you'll need to do something like
user_pref("mail.server.<x>.abbreviate",false);
Where <x> is the server key, something like "server2". I'm sure that if you
look at your prefs.js, you'll figure it out.
-Seth