summaryrefslogtreecommitdiffstats
path: root/script/imap-notify.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/imap-notify.pl')
-rwxr-xr-xscript/imap-notify.pl2
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();
}
}