From 0797c5b9ef88877db86954754d8ec9be850baa00 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 4 Mar 2010 07:39:53 +0000 Subject: Changed signature separator when top-posting (#1486330) git-svn-id: https://svn.roundcube.net/trunk@3315 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index ed4903b63..52a396b0b 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -151,6 +151,8 @@ if (!empty($msg_uid)) if (!empty($_SESSION['compose']['param']['all'])) $MESSAGE->reply_all = 1; + + $OUTPUT->set_env('compose_mode', 'reply'); } else if ($compose_mode == RCUBE_COMPOSE_DRAFT) { @@ -166,6 +168,7 @@ if (!empty($msg_uid)) else if ($compose_mode == RCUBE_COMPOSE_FORWARD) { $_SESSION['compose']['forward_uid'] = $msg_uid; + $OUTPUT->set_env('compose_mode', 'forward'); } } -- cgit v1.2.3