diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-22 05:52:48 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-22 05:52:48 +0000 |
| commit | fb01631b13d669993e34ed3a48c0f3f4c88111a1 (patch) | |
| tree | 20a2f2fc723ac72d371eeff9474e5f4810903e59 /roundcubemail/program | |
| parent | 8f7b1b0c504f3241300e12bddad7d6e52832a133 (diff) | |
Trigger keep_alive hook when checking for recent messages, too
git-svn-id: https://svn.roundcube.net/trunk@4872 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/check_recent.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
