alecpl
2010-11-03 c50d8872ced7c09dd9fcf5b3bf460c31e5b0c0ce
program/steps/mail/mark.inc
@@ -51,6 +51,9 @@
    $OUTPUT->send();
    exit;
  }
  else {
    $OUTPUT->show_message('messagemarked', 'confirmation');
  }
  if ($flag == 'DELETED' && $CONFIG['read_when_deleted'] && !empty($_POST['_ruid'])) {
    $ruids = get_input_value('_ruid', RCUBE_INPUT_POST);