aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-06-03 02:09:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-06-03 02:09:18 +0800
commit4cf5bbfa5a228f47256e74a7a11180e2d512561b (patch)
tree102fe3a9d0607fe08e971e11ac6f7bc13ec2bf15 /camel/ChangeLog
parentdb7feeef33e7d9beb72ededf321acc11fe471c96 (diff)
downloadgsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar.gz
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar.bz2
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar.lz
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar.xz
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.tar.zst
gsoc2013-evolution-4cf5bbfa5a228f47256e74a7a11180e2d512561b.zip
If we get a funny result, just throw it out. Basically a fix for the one
2000-06-02 Not Zed <NotZed@HelixCode.com> * camel-mime-utils.c (header_decode_date): If we get a funny result, just throw it out. Basically a fix for the one true broken TradeClient. 2000-06-01 Not Zed <NotZed@HelixCode.com> * camel-folder-summary.c (message_info_free): Free references/messsage id. (message_info_save): Save them. (message_info_load): Load them. (message_info_new): And get them from the new message. (CAMEL_FOLDER_SUMMARY_VERSION): Bumped for new changes. * camel-folder-summary.h: Added references and messageid to summary. svn path=/trunk/; revision=3391
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 64ae632671..661a4f8d2c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,21 @@
+2000-06-02 Not Zed <NotZed@HelixCode.com>
+
+ * camel-mime-utils.c (header_decode_date): If we get a funny
+ result, just throw it out. Basically a fix for the one true
+ broken TradeClient.
+
+2000-06-01 Not Zed <NotZed@HelixCode.com>
+
+ * camel-folder-summary.c (message_info_free): Free
+ references/messsage id.
+ (message_info_save): Save them.
+ (message_info_load): Load them.
+ (message_info_new): And get them from the new message.
+ (CAMEL_FOLDER_SUMMARY_VERSION): Bumped for new changes.
+
+ * camel-folder-summary.h: Added references and messageid to
+ summary.
+
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* camel-session.c: Ref and unref objects in the service cache
@@ -26,6 +44,7 @@
* camel-data-wrapper.c (finalize): unref the stream, if it exists.
2000-06-01 Not Zed <NotZed@HelixCode.com>
+>>>>>>> 1.212
* camel-mime-part.c (construct_from_parser): For a message part,
set the default content-type to message/rfc822. Maybe needs to be