thomascube
2005-10-13 09941ea763db08c7b13263fae68cf6eb01bc7bcf
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;
    }
  }