diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-04-03 09:36:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-03 09:36:45 +0200 |
commit | 62e618bd1735881b6d80ad5570336d084f3d6999 (patch) | |
tree | 721bc3fb28066aa5637f782d6a230db061637bcd /program | |
parent | 509a6bc36882a9ed176ccc67ad0fc414093a44d9 (diff) | |
parent | d0cb327af7b60d281dc5945e3fa07ccfd1834b9c (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r-- | 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 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']; |