diff options
author | alecpl <alec@alec.pl> | 2008-04-25 07:16:56 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-25 07:16:56 +0000 |
commit | e3902eba7fdea1718d96e27533938c910ed7da88 (patch) | |
tree | 9cd6985892ebb7a6154e7b256e29aa4b6cbffb3d /program/steps | |
parent | 75b1a5789b20c5ff22d11a2c100746ac651b1c02 (diff) |
- movingmessage label could and should be added in mail task only
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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') |