diff options
author | svncommit <devs@roundcube.net> | 2006-12-20 09:39:09 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-12-20 09:39:09 +0000 |
commit | 4627992b13e97e19537dea8d7323dba616956c81 (patch) | |
tree | e28b4375140d9c7e4c73223fe9b22578f08431c5 /program/steps | |
parent | 5f9bfae8a2dfc505372b21e94198386925fc5fad (diff) |
Save Bcc recipients in draft message.
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/compose.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |