From 1ffe2cb35fbb5328fc786c4d6a8dfd4f26c24a70 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 21 Aug 2008 07:57:25 +0000 Subject: - typo git-svn-id: https://svn.roundcube.net/trunk@1666 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index cc370344d..228181624 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/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; -- cgit v1.2.3