mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 7834432ca5
This commit is contained in:
parent
3f53295f1f
commit
5ecdc21dae
1 changed files with 89 additions and 0 deletions
|
|
@ -1315,6 +1315,11 @@ attribute set of (submodule)</p>
|
|||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/thunderbird.nix" target="_top">
|
||||
<home-manager/modules/programs/thunderbird.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/khard.nix" target="_top">
|
||||
<home-manager/modules/programs/khard.nix>
|
||||
</a></code>
|
||||
|
|
@ -1802,6 +1807,90 @@ null or string</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-accounts.contact.accounts._name_.thunderbird.enable"></a><a class="term" href="options.xhtml#opt-accounts.contact.accounts._name_.thunderbird.enable"><code class="option">accounts.contact.accounts.<name>.thunderbird.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable the Thunderbird mail client for this account.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/thunderbird.nix" target="_top">
|
||||
<home-manager/modules/programs/thunderbird.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-accounts.contact.accounts._name_.thunderbird.profiles"></a><a class="term" href="options.xhtml#opt-accounts.contact.accounts._name_.thunderbird.profiles"><code class="option">accounts.contact.accounts.<name>.thunderbird.profiles</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>List of Thunderbird profiles for which this account should be
|
||||
enabled. If this list is empty (the default), this account will
|
||||
be enabled for all declared profiles.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
list of 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">[ "profile1" "profile2" ]
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/thunderbird.nix" target="_top">
|
||||
<home-manager/modules/programs/thunderbird.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-accounts.contact.accounts._name_.thunderbird.token"></a><a class="term" href="options.xhtml#opt-accounts.contact.accounts._name_.thunderbird.token"><code class="option">accounts.contact.accounts.<name>.thunderbird.token</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>A token is generated when adding an address book manually to Thunderbird, this can be entered here.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or string</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"secret_token"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/thunderbird.nix" target="_top">
|
||||
<home-manager/modules/programs/thunderbird.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-accounts.contact.accounts._name_.vdirsyncer.enable"></a><a class="term" href="options.xhtml#opt-accounts.contact.accounts._name_.vdirsyncer.enable"><code class="option">accounts.contact.accounts.<name>.vdirsyncer.enable</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue