|
|
@ -210,8 +210,8 @@ if (!empty($msg_uid) && empty($COMPOSE['as_attachment']))
|
|
|
|
$COMPOSE['param']['sent_mbox'] = $sent_folder;
|
|
|
|
$COMPOSE['param']['sent_mbox'] = $sent_folder;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if ($compose_mode == RCUBE_COMPOSE_DRAFT) {
|
|
|
|
else if ($compose_mode == RCUBE_COMPOSE_DRAFT || $compose_mode == RCUBE_COMPOSE_EDIT) {
|
|
|
|
if ($draft_info = $MESSAGE->headers->get('x-draft-info')) {
|
|
|
|
if ($compose_mode == RCUBE_COMPOSE_DRAFT && ($draft_info = $MESSAGE->headers->get('x-draft-info'))) {
|
|
|
|
// get reply_uid/forward_uid to flag the original message when sending
|
|
|
|
// get reply_uid/forward_uid to flag the original message when sending
|
|
|
|
$info = rcmail_draftinfo_decode($draft_info);
|
|
|
|
$info = rcmail_draftinfo_decode($draft_info);
|
|
|
|
|
|
|
|
|
|
|
|