Aleksander Machniak
2015-09-10 63e7937d021ebd3aaa763f7e9a8403b22fec6a2c
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);