diff options
author | thomascube <thomas@roundcube.net> | 2011-06-22 05:52:48 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-06-22 05:52:48 +0000 |
commit | 06c01d172009eebe253c59673d25bc6f3595b15a (patch) | |
tree | a9d3df1a8a3e861272249a2652fc6ef6b46cc36b /program/steps | |
parent | 12bfc55e8c806e9f357843a5ebd10c08ae37a0dc (diff) |
Trigger keep_alive hook when checking for recent messages, too
Diffstat (limited to 'program/steps')
-rw-r--r-- | 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 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(); |