program/steps/mail/move_del.inc
@@ -30,6 +30,9 @@ if (!$moved) { // send error message $commands = "this.list_mailbox();\n"; $commands .= show_message('errormoving', 'error'); rcube_remote_response($commands); exit; } } @@ -43,6 +46,9 @@ if (!$del) { // send error message $commands = "this.list_mailbox();\n"; $commands .= show_message('errordeleting', 'error'); rcube_remote_response($commands); exit; } }