aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-01 07:26:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-01 07:26:30 +0800
commit7f6f1b6844e4e317d348965289f2ee12a09d8e41 (patch)
tree2e4c83e446ab29e0d2c3969192b62dfedb4c1f03 /composer/ChangeLog
parent6d778b9fa21e33d502a6b6c98639cb19dd8becfb (diff)
downloadgsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar.gz
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar.bz2
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar.lz
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar.xz
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.tar.zst
gsoc2013-evolution-7f6f1b6844e4e317d348965289f2ee12a09d8e41.zip
Parse the auto-cc/bcc recipients and then later when parsing the cc/bcc
2002-07-31 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_message): Parse the auto-cc/bcc recipients and then later when parsing the cc/bcc recipients into EDestination objects, if the address is an auto-*cc address, then set auto_recipient to TRUE on that EDestination. This fixes bug #28339. svn path=/trunk/; revision=17664
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index c9b084d7f3..33761d7e2e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-31 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c (e_msg_composer_new_with_message): Parse the
+ auto-cc/bcc recipients and then later when parsing the cc/bcc
+ recipients into EDestination objects, if the address is an
+ auto-*cc address, then set auto_recipient to TRUE on that
+ EDestination. This fixes bug #28339.
+
2002-07-29 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (encode_signature_name): new helper function