[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Expand newsgroup names in Mozilla Thunderbird
Alan,
Thanx much for the help. Adding that line to prefs.js took care of
it and I finally figured out what that little square box was up in the
corner to add column headings. Thunderbird's pretty cool so far. I think
I still prefer KMail but Tbird is great for Windows and I need linux &
windows solutions.
-- Ben Scherrey
Alan Dobkin wrote:
> Ben,
>
> You can download and install about:config for Thunderbird as an
> extension:
>
> http://aboutconfig.mozdev.org/
>
> Or, you can just edit user.js or prefs.js in your profile the old
> fashioned way (with a text editor):
>
> // Don't abbreviate newsgroup names:
> user_pref("mail.server.default.abbreviate", false);
>
> As to your second question, you can add a column for "Total" to the
> mailbox pane.
>
> Alan