From e3902eba7fdea1718d96e27533938c910ed7da88 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 25 Apr 2008 07:16:56 +0000 Subject: - movingmessage label could and should be added in mail task only --- program/include/main.inc | 2 +- program/steps/mail/func.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/main.inc b/program/include/main.inc index abd183611..cf7f89c08 100644 --- a/program/include/main.inc +++ b/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/program/steps/mail/func.inc b/program/steps/mail/func.inc index 418f47045..8abda6c74 100644 --- a/program/steps/mail/func.inc +++ b/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