diff --git a/options.xhtml b/options.xhtml index 406be6bab..91b3a2d3c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -3641,6 +3641,35 @@ list of string

] +

Declared by:

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

Extra arguments to pass to goimapnotify.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "-wait 1"
+]
+
+

Declared by:

@@ -3665,11 +3694,6 @@ JSON value

Default: { }

-

Example:

{
-  wait = 10;
-}
-
-

Declared by: