[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How do I disable newsgroup name abbreviations?

Add the following line to your user.js:
user_pref("mail.server.default.abbreviate", false);

Or you can enter about:config in the location bar.
Search for the preference mail.server.default.abbreviate.
Modify the value to false.

To specify a server:
user_pref("mail.server.serverX.abbreviate",false);
where X is the server number.

[an error occurred while processing this directive]