summaryrefslogtreecommitdiff
path: root/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-06-22 05:52:48 +0000
committerthomascube <thomas@roundcube.net>2011-06-22 05:52:48 +0000
commit06c01d172009eebe253c59673d25bc6f3595b15a (patch)
treea9d3df1a8a3e861272249a2652fc6ef6b46cc36b /program/steps/mail/check_recent.inc
parent12bfc55e8c806e9f357843a5ebd10c08ae37a0dc (diff)
Trigger keep_alive hook when checking for recent messages, too
Diffstat (limited to 'program/steps/mail/check_recent.inc')
-rw-r--r--program/steps/mail/check_recent.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc
index 469fa482c..d79359f5d 100644
--- a/program/steps/mail/check_recent.inc
+++ b/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();