mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
deploy: 4974dfb26e
This commit is contained in:
parent
f30bf399ef
commit
9ad9217c44
1 changed files with 12 additions and 2 deletions
|
@ -48143,13 +48143,23 @@ string <span class="emphasis"><em>(read only)</em></span></p>
|
||||||
<code class="filename">user.js</code>.</p>
|
<code class="filename">user.js</code>.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<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>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">{ }</code></p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
"mail.spellcheck.inline" = false;
|
"mail.spellcheck.inline" = false;
|
||||||
|
"mailnews.database.global.views.global.columns" = {
|
||||||
|
selectCol = {
|
||||||
|
visible = false;
|
||||||
|
ordinal = 1;
|
||||||
|
};
|
||||||
|
threadCol = {
|
||||||
|
visible = true;
|
||||||
|
ordinal = 2;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
@ -48263,7 +48273,7 @@ boolean</p>
|
||||||
all profiles.</p>
|
all profiles.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<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>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">{ }</code></p>
|
||||||
|
|
Loading…
Reference in a new issue