summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-04-03 09:36:45 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-04-03 09:36:45 +0200
commit62e618bd1735881b6d80ad5570336d084f3d6999 (patch)
tree721bc3fb28066aa5637f782d6a230db061637bcd /program
parent509a6bc36882a9ed176ccc67ad0fc414093a44d9 (diff)
parentd0cb327af7b60d281dc5945e3fa07ccfd1834b9c (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 2a386706c..040d81689 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -181,7 +181,7 @@ if (!empty($msg_uid) && empty($COMPOSE['as_attachment'])) {
}
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'];