From b01ac687ac807d0da48906c926cb5a34c395a03c Mon Sep 17 00:00:00 2001 From: ncfavier Date: Sat, 15 Jul 2023 18:54:39 +0000 Subject: [PATCH] deploy: f5b03feb33629cb2b6dd513935637e8cc718a5ba --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.html b/options.html index 76e26801..f091e8c0 100644 --- a/options.html +++ b/options.html @@ -477,7 +477,7 @@ Note, if set then the system default may still be accepted.

Declared by:

<home-manager/modules/services/imapnotify.nix> -
accounts.email.accounts.<name>.imapnotify.extraConfig

Additional configuration to add for this account.

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

Default: { }

Example:

{
+                
accounts.email.accounts.<name>.imapnotify.extraConfig

Additional configuration to add for this account.

Type: JSON value

Default: { }

Example:

{
   wait = 10;
 }

Declared by:

<home-manager/modules/services/imapnotify.nix>