summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-03-10 16:18:45 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-03-10 16:18:45 +0100
commit65de0018c8e34a24167a2cc5a46a72981886362a (patch)
tree283ecc21bf5fdb6085f86c83e534697d797e1db1
parent8b771646fadcde0abb27c2218a45942b95734838 (diff)
Trigger 'refresh' hook in mail view
-rw-r--r--program/steps/mail/check_recent.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc
index 4befbf275..d3c14a38d 100644
--- a/program/steps/mail/check_recent.inc
+++ b/program/steps/mail/check_recent.inc
@@ -115,4 +115,7 @@ foreach ($a_mailboxes as $mbox_name) {
}
}
+// trigger refresh hook
+$RCMAIL->plugins->exec_hook('refresh', array());
+
$OUTPUT->send();