* inliner. save the bcc field as wel. Fixes major bug NB#64120
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 25 Jul 2007 12:44:59 +0000 (12:44 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 25 Jul 2007 12:44:59 +0000 (12:44 +0000)
pmo-trunk-r2793

src/modest-mail-operation.c

index faec82a..6b6f3f8 100644 (file)
@@ -672,6 +672,7 @@ modest_mail_operation_create_msg (ModestMailOperation *self,
        info->from = g_strdup (from);
        info->to = g_strdup (to);
        info->cc = g_strdup (cc);
+       info->bcc  = g_strdup (bcc);
        info->subject = g_strdup (subject);
        info->plain_body = g_strdup (plain_body);
        info->html_body = g_strdup (html_body);