program/steps/mail/show.inc
@@ -46,13 +46,12 @@ $RCMAIL->config->set('prefer_html', $_SESSION['msg_formats'][$mbox_name.':'.$uid]); } $MESSAGE = new rcube_message($uid); $MESSAGE = new rcube_message($uid, $mbox_name, intval($_GET['_safe'])); // if message not found (wrong UID)... if (empty($MESSAGE->headers)) { rcmail_message_error($uid); } // show images? rcmail_check_safe($MESSAGE);