diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/imap-notify.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/imap-notify.pl b/script/imap-notify.pl index d540e76..234c5e8 100755 --- a/script/imap-notify.pl +++ b/script/imap-notify.pl @@ -101,7 +101,7 @@ for my $single_conf ($config->{watches}->@*) { $single_conf->{password} = `$single_conf->{passwordeval}`; push @workers, mce_async { my $app = App::ImapNotify->new($single_conf); - $app->loop(); + $app->loop_reconnect(); } } |