Aleksander Machniak
2013-08-01 f2d12f4363568a8690920241023c93aea8a1b63d
Fix fatal error when opening non-existing message in compose window
1 files modified
5 ■■■■ changed files
program/steps/mail/compose.inc 5 ●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -198,7 +198,10 @@
  if (!empty($MESSAGE->headers->charset))
    $RCMAIL->storage->set_charset($MESSAGE->headers->charset);
  if ($compose_mode == RCUBE_COMPOSE_REPLY) {
  if (!$MESSAGE->headers) {
    // error
  }
  else if ($compose_mode == RCUBE_COMPOSE_REPLY) {
    $COMPOSE['reply_uid'] = $msg_uid;
    $COMPOSE['reply_msgid'] = $MESSAGE->headers->messageID;
    $COMPOSE['references']  = trim($MESSAGE->headers->references . " " . $MESSAGE->headers->messageID);