From 10ea67e3ea3a028d0879096f29bc01e6997d54ae Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 20 Dec 2006 09:39:09 +0000 Subject: Save Bcc recipients in draft message. git-svn-id: https://svn.roundcube.net/trunk@417 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index e671b4c2a..ddc8610b1 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/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