diff options
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index cc370344d..228181624 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -105,8 +105,9 @@ if (!empty($msg_uid)) { if($MESSAGE->headers->in_reply_to) { - // TODO: chow to get reply_uid/forward_uid value, maybe we must set X-Reply-UID/X-Forward-UID + // TODO: how to get reply_uid/forward_uid value, maybe we must set X-Reply-UID/X-Forward-UID // $_SESSION['compose']['reply_uid'] = ? + // $_SESSION['compose']['forward_uid'] = ? $_SESSION['compose']['reply_msgid'] = '<'.$MESSAGE->headers->in_reply_to.'>'; } $_SESSION['compose']['references'] = $MESSAGE->headers->references; |