diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-21 07:57:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-21 07:57:25 +0000 |
| commit | 1ffe2cb35fbb5328fc786c4d6a8dfd4f26c24a70 (patch) | |
| tree | ff80afa4da7e1a2d21af71d84991d130459e3527 /roundcubemail/program/steps/mail/compose.inc | |
| parent | 8db2c42a1d1648fdf1d9683caf49004a1b6d163b (diff) | |
- typo
git-svn-id: https://svn.roundcube.net/trunk@1666 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/compose.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
