From cbf99755ecc0602693f35c967284ba6e10934b6b Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 24 Apr 2023 14:42:31 +0000 Subject: [PATCH] deploy: 0263da497eae3246ea15ed6f0f7875bc15592cef --- options.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/options.html b/options.html index a742ea3f..d92ca9ad 100644 --- a/options.html +++ b/options.html @@ -516,6 +516,28 @@ else <home-manager/modules/programs/neomutt.nix>
accounts.email.accounts.<name>.notmuch.enable

Whether to enable notmuch indexing.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/notmuch.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.enable

Whether to enable Notmuch support in NeoMutt.

Type: boolean

Default: true

Example: true

Declared by:

+ <home-manager/modules/programs/neomutt.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes

List of virtual mailboxes using Notmuch queries

Type: list of (submodule)

Default:

[
+  {
+    name = "My INBOX";
+    query = "tag:inbox";
+  }
+]

Example:

[
+  {
+    name = "My INBOX";
+    query = "tag:inbox";
+  }
+]

Declared by:

+ <home-manager/modules/programs/neomutt.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.limit

Restricts number of messages/threads in the result.

Type: null or signed integer

Default: null

Example: 10

Declared by:

+ <home-manager/modules/programs/notmuch-virtual-mailbox.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.name

Name to display

Type: string

Default: "My INBOX"

Example: "My INBOX"

Declared by:

+ <home-manager/modules/programs/notmuch-virtual-mailbox.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.query

Notmuch query

Type: string

Default: "tag:inbox"

Example: "tag:inbox"

Declared by:

+ <home-manager/modules/programs/notmuch-virtual-mailbox.nix> +
accounts.email.accounts.<name>.notmuch.neomutt.virtualMailboxes.*.type

Reads all matching messages or whole-threads. The default is 'messages' or nm_query_type.

Type: null or one of "threads", "messages"

Default: null

Example: "threads"

Declared by:

+ <home-manager/modules/programs/notmuch-virtual-mailbox.nix>
accounts.email.accounts.<name>.offlineimap.enable

Whether to enable OfflineIMAP.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/offlineimap.nix>
accounts.email.accounts.<name>.offlineimap.extraConfig.account

Extra configuration options to add to the account section.

Type: attribute set of (string or signed integer or boolean)

Default: { }

Example:

{