From d72a224ca173f7f49d8c1566167fb140a40d5af0 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 25 Apr 2008 07:16:56 +0000 Subject: - 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 --- roundcubemail/program/include/main.inc | 2 +- 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') -- cgit v1.2.3