Aleksander Machniak
2014-04-02 d0cb327af7b60d281dc5945e3fa07ccfd1834b9c
Bring back $COMPOSE['reply_uid'] lost in commit 73076d7e
1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
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'];