Skip to content

Commit

Permalink
deploy: 4974dfb
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Sep 17, 2024
1 parent f30bf39 commit 9ad9217
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions options.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -48143,13 +48143,23 @@ string <span class="emphasis"><em>(read only)</em></span></p>
<code class="filename">user.js</code>.</p>

<p><span class="emphasis"><em>Type:</em></span>
attribute set of (boolean or signed integer or string)</p>
Thunderbird preference (int, bool, string, and also attrs, list, float as a JSON string)</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>

<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;mail.spellcheck.inline&quot; = false;
&quot;mailnews.database.global.views.global.columns&quot; = {
selectCol = {
visible = false;
ordinal = 1;
};
threadCol = {
visible = true;
ordinal = 2;
};
};
}

</code></pre>
Expand Down Expand Up @@ -48263,7 +48273,7 @@ boolean</p>
all profiles.</p>

<p><span class="emphasis"><em>Type:</em></span>
attribute set of (boolean or signed integer or string)</p>
Thunderbird preference (int, bool, string, and also attrs, list, float as a JSON string)</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
Expand Down

0 comments on commit 9ad9217

Please sign in to comment.