diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-20 09:39:09 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-20 09:39:09 +0000 |
| commit | 10ea67e3ea3a028d0879096f29bc01e6997d54ae (patch) | |
| tree | 766eafaad38ec2834a0a1d8d3b935f7e18a86cc6 /roundcubemail/program | |
| parent | 17802cb62868be19bb2daa420e98c5e3c776d098 (diff) | |
Save Bcc recipients in draft message.
git-svn-id: https://svn.roundcube.net/trunk@417 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |
