Jay Garcia wrote:
> On 11/09/02 23:01, Lance Eichman Replied As Follows:
>
> --- Original Message ---
>
>
>>Is there a way to change the way the newsgroups are listed - as in this
>>is listed as n.p.m.mail-news instead of netscape.public.mozilla.mail-news?
>>
>>Thanks
>>
>
>
> Add to your prefs.js or user.js file:
>
> user_pref("mail.server.default.abbreviate",false);
>
I fould the setting in mailnews.js file, all I had to do was change the
pref("mail.server.default.abbreviate",true); to
pref("mail.server.default.abbreviate",false);
and that fixed what I wanted - thanks Jay, I would have never thought to
search for .js files.
Lance