diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-11 10:32:05 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-11 10:32:05 +0100 |
commit | 77de23fa939338546a3e049459ffd29edd9058c2 (patch) | |
tree | 73addba7ddbbf0bc13b5f12f900c91d7584bdf2f /program/include/rcmail.php | |
parent | aa83596b0bec71af8d96ee346d7a625709bf0750 (diff) |
Added cross-task 'refresh' request for system state updates
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index a755aa846..04b87e48c 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -332,7 +332,7 @@ class rcmail extends rcube $this->output->set_charset(RCMAIL_CHARSET); // add some basic labels to client - $this->output->add_label('loading', 'servererror', 'requesttimedout'); + $this->output->add_label('loading', 'servererror', 'requesttimedout', 'refreshing'); return $this->output; } @@ -770,6 +770,7 @@ class rcmail extends rcube } } + /** * Registers action aliases for current task * @@ -784,6 +785,7 @@ class rcmail extends rcube } } + /** * Returns current action filename * @@ -798,6 +800,7 @@ class rcmail extends rcube return strtr($this->action, '-', '_') . '.inc'; } + /** * Fixes some user preferences according to namespace handling change. * Old Roundcube versions were using folder names with removed namespace prefix. |