From 9ad9217c445d4aa1049a49ecfae77d6215b92429 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 17 Sep 2024 22:13:35 +0000 Subject: [PATCH] deploy: 4974dfb26e1c84d22bfdf943d41a33c9e51209a8 --- options.xhtml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/options.xhtml b/options.xhtml index 9c6504520..da669b5cc 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: { }