From 45a64b725b7c764f2a80ed8e3ebda3d0a9823ee4 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 25 Jul 2007 12:44:59 +0000 Subject: [PATCH] * inliner. save the bcc field as wel. Fixes major bug NB#64120 pmo-trunk-r2793 --- src/modest-mail-operation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index faec82a..6b6f3f8 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -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); -- 1.7.9.5