diff --git a/options.xhtml b/options.xhtml index 9c65045207f6..da669b5ccd5c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -48143,13 +48143,23 @@ string (read only)
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:
{ }