| | |
| | | |
| | | if (!$moved) { |
| | | // send error message |
| | | if ($_POST['_from'] != 'show') |
| | | if ($_POST['_from'] != 'show') |
| | | $OUTPUT->command('list_mailbox'); |
| | | rcmail_display_server_error('errormoving'); |
| | | $OUTPUT->send(); |
| | |
| | | |
| | | if (!$del) { |
| | | // send error message |
| | | if ($_POST['_from'] != 'show') |
| | | if ($_POST['_from'] != 'show') |
| | | $OUTPUT->command('list_mailbox'); |
| | | rcmail_display_server_error('errordeleting'); |
| | | $OUTPUT->send(); |
| | |
| | | $OUTPUT->set_env('messagecount', $msg_count); |
| | | $OUTPUT->set_env('current_page', $page); |
| | | $OUTPUT->set_env('pagecount', $pages); |
| | | $OUTPUT->set_env('exists', $RCMAIL->storage->count($mbox, 'EXISTS', true)); |
| | | |
| | | // update mailboxlist |
| | | $mbox = $RCMAIL->storage->get_folder(); |
| | |
| | | |
| | | // send response |
| | | $OUTPUT->send(); |
| | | |
| | | |