alecpl
2008-04-25 e3902eba7fdea1718d96e27533938c910ed7da88
- movingmessage label could and should be added in mail task only


2 files modified
4 ■■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -479,7 +479,7 @@
    $OUTPUT->set_charset($CONFIG['charset']);
    
  // add some basic label to client
  $OUTPUT->add_label('loading', 'movingmessage');
  $OUTPUT->add_label('loading');
}
/**
program/steps/mail/func.inc
@@ -71,7 +71,7 @@
  $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')