From 958d283336bf7ef905632e19a37db708cfe5d6fd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 30 Sep 2023 10:11:58 +0100 Subject: [PATCH] Increase wait time for imapnotify --- home/accounts/email.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/accounts/email.nix b/home/accounts/email.nix index 2857d979..e2c5a1c7 100644 --- a/home/accounts/email.nix +++ b/home/accounts/email.nix @@ -44,7 +44,7 @@ onNotifyPost = "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; extraConfig = { - wait = 30; + wait = 300; tls = false; tlsOptions.rejectUnauthorized = false; }; @@ -83,7 +83,7 @@ onNotify = "${pkgs.isync}/bin/mbsync --pull icloud:INBOX"; onNotifyPost = "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; - extraConfig.wait = 30; + extraConfig.wait = 300; }; mbsync = { enable = true; @@ -122,7 +122,7 @@ onNotifyPost = "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; extraConfig = { - wait = 30; + wait = 300; tls = false; tlsOptions.rejectUnauthorized = false; };