diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-21 00:44:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-21 00:44:05 +0800 |
commit | 98063be89799089efa1249f2c1ffc7f85423b28a (patch) | |
tree | 3b56496dc49dd9e01227037fb6b84e65cdbbaf95 /mail/ChangeLog | |
parent | becf944b42e72175079e9b975ab631e9adc91b43 (diff) | |
download | gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar.gz gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar.bz2 gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar.lz gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar.xz gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.tar.zst gsoc2013-evolution-98063be89799089efa1249f2c1ffc7f85423b28a.zip |
Remove this since there's a function in CamelMimeMessage to do it now.
* mail-ops.c (build_from): Remove this since there's a function in
CamelMimeMessage to do it now.
(save_messages_save): Use camel_mime_message_build_mbox_from.
svn path=/trunk/; revision=20431
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b263eafd14..068f157c94 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-03-20 Dan Winship <danw@ximian.com> + + * mail-ops.c (build_from): Remove this since there's a function in + CamelMimeMessage to do it now. + (save_messages_save): Use camel_mime_message_build_mbox_from. + 2003-03-21 Not Zed <NotZed@Ximian.com> ** for mail part of bug #38461. |