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 =
"${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;
};