Increase wait time for imapnotify

This commit is contained in:
Evie Litherland-Smith 2023-09-30 10:11:58 +01:00
parent 51c04cf77f
commit 958d283336

View file

@ -44,7 +44,7 @@
onNotifyPost = onNotifyPost =
"${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'";
extraConfig = { extraConfig = {
wait = 30; wait = 300;
tls = false; tls = false;
tlsOptions.rejectUnauthorized = false; tlsOptions.rejectUnauthorized = false;
}; };
@ -83,7 +83,7 @@
onNotify = "${pkgs.isync}/bin/mbsync --pull icloud:INBOX"; onNotify = "${pkgs.isync}/bin/mbsync --pull icloud:INBOX";
onNotifyPost = onNotifyPost =
"${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'";
extraConfig.wait = 30; extraConfig.wait = 300;
}; };
mbsync = { mbsync = {
enable = true; enable = true;
@ -122,7 +122,7 @@
onNotifyPost = onNotifyPost =
"${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'"; "${pkgs.libnotify}/bin/notify-send 'Proton: New mail arrived'";
extraConfig = { extraConfig = {
wait = 30; wait = 300;
tls = false; tls = false;
tlsOptions.rejectUnauthorized = false; tlsOptions.rejectUnauthorized = false;
}; };