From fb01631b13d669993e34ed3a48c0f3f4c88111a1 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 22 Jun 2011 05:52:48 +0000 Subject: Trigger keep_alive hook when checking for recent messages, too git-svn-id: https://svn.roundcube.net/trunk@4872 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/check_recent.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc index 469fa482c..d79359f5d 100644 --- a/roundcubemail/program/steps/mail/check_recent.inc +++ b/roundcubemail/program/steps/mail/check_recent.inc @@ -91,4 +91,6 @@ foreach ($a_mailboxes as $mbox_name) { } } +$RCMAIL->plugins->exec_hook('keep_alive', array()); + $OUTPUT->send(); -- cgit v1.2.3