1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00
This commit is contained in:
teto 2024-02-11 17:23:55 +00:00
parent 11483cf376
commit 8b2ccdfe09

View file

@ -5199,6 +5199,33 @@ null or string</p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;==== &lt;mailbox-name&gt; ===&quot;</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/neomutt.nix" target="_top">
&lt;home-manager/modules/programs/neomutt.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-accounts.email.accounts._name_.neomutt.mailboxType"></a><a class="term" href="options.xhtml#opt-accounts.email.accounts._name_.neomutt.mailboxType"><code class="option">accounts.email.accounts.&lt;name&gt;.neomutt.mailboxType</code>
</a>
</span>
</dt>
<dd>
<p>Whether this account uses maildir folders or IMAP mailboxes</p>
<p><span class="emphasis"><em>Type:</em></span>
one of “maildir”, “imap”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;maildir&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;imap&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>