From 06c01d172009eebe253c59673d25bc6f3595b15a Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 22 Jun 2011 01:52:48 -0400 Subject: [PATCH] Trigger keep_alive hook when checking for recent messages, too --- program/steps/mail/check_recent.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc index 469fa48..d79359f 100644 --- a/program/steps/mail/check_recent.inc +++ b/program/steps/mail/check_recent.inc @@ -91,4 +91,6 @@ } } +$RCMAIL->plugins->exec_hook('keep_alive', array()); + $OUTPUT->send(); -- Gitblit v1.9.1