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:20:56 +0100
commit5aa77efcbee36c98d9adad07c56b1c1dfbaf31ad (patch)
tree2985bdec7f3a55fef55da674957b24c8648ed0bd
parent527e7d45092a1efb9f72664210a591be0a6b2c2d (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();