From 62e618bd1735881b6d80ad5570336d084f3d6999 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 03 Apr 2014 03:36:45 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- program/steps/mail/compose.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 2a38670..040d816 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -181,7 +181,7 @@ } else if ($compose_mode == RCUBE_COMPOSE_FORWARD || $compose_mode == RCUBE_COMPOSE_REPLY) { if ($compose_mode == RCUBE_COMPOSE_REPLY) { - $COMPOSE['reply_msgid'] = $MESSAGE->headers->messageID; + $COMPOSE['reply_uid'] = $msg_uid; if (!empty($COMPOSE['param']['all'])) { $MESSAGE->reply_all = $COMPOSE['param']['all']; -- Gitblit v1.9.1