summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-11 10:32:05 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-11 10:32:05 +0100
commit77de23fa939338546a3e049459ffd29edd9058c2 (patch)
tree73addba7ddbbf0bc13b5f12f900c91d7584bdf2f /program/steps/mail/func.inc
parentaa83596b0bec71af8d96ee346d7a625709bf0750 (diff)
Added cross-task 'refresh' request for system state updates
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index f128a3834..374ab7571 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1810,6 +1810,7 @@ $OUTPUT->add_handlers(array(
// register action aliases
$RCMAIL->register_action_map(array(
+ 'refresh' => 'check_recent.inc',
'preview' => 'show.inc',
'print' => 'show.inc',
'moveto' => 'move_del.inc',