diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-25 07:16:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-25 07:16:56 +0000 |
| commit | d72a224ca173f7f49d8c1566167fb140a40d5af0 (patch) | |
| tree | ab3d5b66c212fa2a7cf46ec9c446d8e417a041c1 /roundcubemail/program | |
| parent | 7cbab75a3453a63ec9b1017615a8e051cd9c9fbf (diff) | |
- movingmessage label could and should be added in mail task only
git-svn-id: https://svn.roundcube.net/trunk@1332 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/main.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index abd183611..cf7f89c08 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -479,7 +479,7 @@ function rcmail_load_gui() $OUTPUT->set_charset($CONFIG['charset']); // add some basic label to client - $OUTPUT->add_label('loading', 'movingmessage'); + $OUTPUT->add_label('loading'); } /** diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 418f47045..8abda6c74 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -71,7 +71,7 @@ if ($CONFIG['junk_mbox']) $OUTPUT->set_env('junk_mailbox', $CONFIG['junk_mbox']); if (!$OUTPUT->ajax_call) - rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash'); + rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage'); // set page title if (empty($_action) || $_action == 'list') |
