aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-17 05:35:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-17 05:35:14 +0800
commit4219464afc72d2b5a166618c66a0aa14a8248a29 (patch)
treea1f802fa2bb01efa78a1132b73569abb73521ed7
parent152d43ec92989b4a416c1fedf3ec133b48bee6ae (diff)
downloadgsoc2013-evolution-4219464afc72d2b5a166618c66a0aa14a8248a29.tar.gz
gsoc2013-evolution-4219464afc72d2b5a166618c66a0aa14a8248a29.tar.zst
gsoc2013-evolution-4219464afc72d2b5a166618c66a0aa14a8248a29.zip
Bug 578176 – "Send message to contact" does not honor "always BCC"
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 168c0bb7fa..49bcde21f6 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -839,16 +839,18 @@ eab_send_to_contact_and_email_num_list (GList *contact_list)
* arrays are really the best argument type for passing a list of
* destinations to the header table. */
- /* Add "To" destinations. */
+ /* Set "To" destinations. */
convert.pdata = to_array->pdata;
e_composer_header_table_set_destinations_to (
table, convert.destinations);
g_ptr_array_free (to_array, FALSE);
e_destination_freev (convert.destinations);
- /* Add "Bcc" destinations. */
+ /* Add "Bcc" destinations.
+ * Add destinations instead of setting, so we don't remove
+ * automatic BCC addresses that have already been added. */
convert.pdata = bcc_array->pdata;
- e_composer_header_table_set_destinations_bcc (
+ e_composer_header_table_add_destinations_bcc (
table, convert.destinations);
g_ptr_array_free (bcc_array, FALSE);
e_destination_freev (convert.destinations);
34 +0800'>2009-08-031-1/+1 * - Update to 2.3.8jadawin2008-06-253-49/+47 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Update to 2.3.7jadawin2008-03-072-5/+5 * - Update to 2.3.6miwi2007-10-263-6/+6 * - Fix buildmiwi2007-08-063-0/+23 * - Update to 2.3.4miwi2007-08-063-7/+6 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * - Update to 2.3.3pav2007-03-184-27/+4 * - Disable UPX packing of installed files (helps people who got upx installed)pav2007-03-151-1/+1 * Reset ebrandi@fugspbr.org due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1 * - Update to 2.3.2miwi2007-01-052-5/+5 * - Update to 2.3.1miwi2006-07-192-4/+4 * - Update to 2.3.0mnag2006-05-219-79/+191 * Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0 * Conversion to a single libtool environment.ade2006-02-232-1/+3 * SHA256ifyedwin2006-01-241-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * - Update to 2.2.2pav2005-06-064-5/+18 * - Fix build when gnugetopt is installedpav2005-05-291-0/+2 * - Fix: Headers of dar use some functions of gettext without including thepav2005-05-182-0/+12 * - use external libintl to avoid updating lib/charset.alias problemleeym2005-02-091-0/+6 * - Update port sysutils/dar version 2.1.5 -> 2.2.0leeym2005-02-073-11/+27 * Upgrade to 2.1.5.thierry2004-10-223-17/+18 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Update to version 2.1.1krion2004-03-083-4/+12