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>