James M. Power wrote:
> I think my prefs may be partially hosed, but am having trouble figuring
> out what it should be...
I see you are using a build from 11-20, so this may not apply to you.
Starting on December 4 there is a bug in Mozilla which corrupts the
prefs.js file where all those settings are stored.
If you have ever used a build from after Dec 3 then that is your
problem.
The bug is this: in prefs.js there are many entries that look
like this: user_pref("mail.foo.bar", "false");
The values for numbers and boolean values (true/false) should not
be in quote marks.
Just remove the quote marks and all should be well if you stick
to builds before Dec 4.