From d87e45ec17bb52925fb6a2f9b3706b24fe3030a7 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 22 Feb 2025 14:34:28 +0000 Subject: [PATCH] deploy: 34d524f3edcf3a04c00ad2c09c24ec9d35d937f9 --- options.xhtml | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) 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: