From 4627992b13e97e19537dea8d7323dba616956c81 Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 20 Dec 2006 09:39:09 +0000 Subject: Save Bcc recipients in draft message. --- program/steps/mail/compose.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'program/steps/mail') diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index e671b4c2a..ddc8610b1 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -150,7 +150,10 @@ function rcmail_compose_headers($attrib) } case 'bcc': if (!$fname) + { $fname = '_bcc'; + $header = 'bcc'; + } $allow_attrib = array('id', 'class', 'style', 'cols', 'rows', 'wrap', 'tabindex'); $field_type = 'textarea'; -- cgit v1.2.3