From 9ad9217c445d4aa1049a49ecfae77d6215b92429 Mon Sep 17 00:00:00 2001
From: rycee
user.js
.
Type: -attribute set of (boolean or signed integer or string)
+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;
+ };
+ };
}
@@ -48263,7 +48273,7 @@ boolean
all profiles.
Type: -attribute set of (boolean or signed integer or string)
+Thunderbird preference (int, bool, string, and also attrs, list, float as a JSON string)Default:
{ }