diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-04 06:16:23 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-04 06:16:23 +0800 |
commit | 460048da687dd596900edb0677a7232e22a862fa (patch) | |
tree | 513b901485d89b73c9282f7936bcc1aca47ac0f7 /mail/ChangeLog | |
parent | 932ea694649727e1f0e17b5bc79fae12eafbcecd (diff) | |
download | gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar.gz gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar.bz2 gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar.lz gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar.xz gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.tar.zst gsoc2013-evolution-460048da687dd596900edb0677a7232e22a862fa.zip |
Make the "Cc:" field optional again. (Before, we could check if
* mail-format.c (write_recipients_to_stream, write_headers): Make
the "Cc:" field optional again. (Before, we could check if
camel_mime_message_get_recipients returned NULL, but now we need
to actually look into the returned CamelInternetAddress object.)
svn path=/trunk/; revision=2783
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index beddf39fd1..3492ab5252 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-05-03 Dan Winship <danw@helixcode.com> + + * mail-format.c (write_recipients_to_stream, write_headers): Make + the "Cc:" field optional again. (Before, we could check if + camel_mime_message_get_recipients returned NULL, but now we need + to actually look into the returned CamelInternetAddress object.) + 2000-05-03 Larry Ewing <lewing@helixcode.com> * folder-browser.c (folder_browser_gui_init): comment out the |