aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-02 07:39:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-02 07:39:09 +0800
commit7158b3b00ac2e6293bbbcb36985280cf1a617590 (patch)
tree8c969c35adaed18790a0ea1191afe4840bae17ed /composer/ChangeLog
parentde58cbf8be4d351193d43525cec73950dcda6edf (diff)
downloadgsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar.gz
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar.bz2
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar.lz
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar.xz
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.tar.zst
gsoc2013-evolution-7158b3b00ac2e6293bbbcb36985280cf1a617590.zip
Don't create the To, Cc, and Bcc lists based only on the address, use both
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_new_with_message): Don't create the To, Cc, and Bcc lists based only on the address, use both the name and address and camel_address_encode() them. svn path=/trunk/; revision=6326
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b8991e1a98..da653450c2 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,11 @@
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
+ * e-msg-composer.c (e_msg_composer_new_with_message): Don't create
+ the To, Cc, and Bcc lists based only on the address, use both the
+ name and address and camel_address_encode() them.
+
+2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
+
* e-msg-composer-attachment-bar.c (attach_to_multipart): Fix the
CTE kludge, calculate the best mime transfer encoding for the mime
part and use that. Include e-msg-composer-select-file.h