diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-27 17:44:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-27 17:44:46 +0100 |
commit | 90dc9b15125b60c000e10006a6b95ad72952ae9e (patch) | |
tree | 020c625587b2e77ea4764462091c8f2a0575f633 /program/steps | |
parent | 3509a8e5f8279de109007c0d975e36ffec1581d8 (diff) |
Compare message IDs before suggesting to restore compose messages on reply
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/compose.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index db001d54e..6e478c656 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -271,6 +271,9 @@ else { } } +if (!empty($COMPOSE['reply_msgid'])) + $OUTPUT->set_env('reply_msgid', $COMPOSE['reply_msgid']); + $MESSAGE->compose = array(); // get user's identities |