Increase wait time for imapnotify
This commit is contained in:
parent
51c04cf77f
commit
958d283336
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue