Preferences to add to this profile's user.js.
Declarations
Type
Thunderbird preference (int, bool, string, and also attrs, list, float as a JSON string)
Default
{ }
Example
{
"mail.spellcheck.inline" = false;
"mailnews.database.global.views.global.columns" = {
selectCol = {
visible = false;
ordinal = 1;
};
threadCol = {
visible = true;
ordinal = 2;
};
};
}