summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-25 07:16:56 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-25 07:16:56 +0000
commitd72a224ca173f7f49d8c1566167fb140a40d5af0 (patch)
treeab3d5b66c212fa2a7cf46ec9c446d8e417a041c1
parent7cbab75a3453a63ec9b1017615a8e051cd9c9fbf (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
-rw-r--r--roundcubemail/program/include/main.inc2
-rw-r--r--roundcubemail/program/steps/mail/func.inc2
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')