Changeset 1939 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Oct 5, 2008 3:18:15 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r1937 r1939 70 70 71 71 if (!$OUTPUT->ajax_call) 72 rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage');72 $OUTPUT->add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage'); 73 73 74 74 $OUTPUT->set_pagetitle(rcmail_localize_foldername($IMAP->get_mailbox_name())); 75 }76 else if ($RCMAIL->action == 'show')77 {78 // set current mailbox in client environment79 $OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name());80 if ($CONFIG['trash_mbox'])81 $OUTPUT->set_env('trash_mailbox', $CONFIG['trash_mbox']);82 if (!$OUTPUT->ajax_call)83 rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage');84 75 } 85 76 … … 100 91 101 92 // add some labels to client 102 rcube_add_label('from', 'to');93 $OUTPUT->add_label('from', 'to'); 103 94 104 95 // get message headers
Note: See TracChangeset
for help on using the changeset viewer.
