aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-02 00:37:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-02 00:37:25 +0800
commitd0bfb9478143d03baed80448f8a835009b7fc6f8 (patch)
tree9626c4ab8efeaed07b5b0937941ad1fdf8b24577 /mail/ChangeLog
parent1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb (diff)
downloadgsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar.gz
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar.bz2
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar.lz
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar.xz
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.tar.zst
gsoc2013-evolution-d0bfb9478143d03baed80448f8a835009b7fc6f8.zip
Use the camel_message_info_new/free functions rather than g_new0 and
2002-10-01 Jeffrey Stedfast <fejj@ximian.com> * importers/evolution-mbox-importer.c (process_item_fn): Use the camel_message_info_new/free functions rather than g_new0 and g_free. Also, if we fail to parse a message make sure we don't later try to use that message object. (get_info_from_mozilla): Use camel_message_info_new and strtoul instead of string_to_int. 2002-09-30 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (fe_node_to_shell_path): Removed (useless). svn path=/trunk/; revision=18279
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ab17fc1052..448b39e046 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2002-10-01 Jeffrey Stedfast <fejj@ximian.com>
+
+ * importers/evolution-mbox-importer.c (process_item_fn): Use the
+ camel_message_info_new/free functions rather than g_new0 and
+ g_free. Also, if we fail to parse a message make sure we don't
+ later try to use that message object.
+ (get_info_from_mozilla): Use camel_message_info_new and strtoul
+ instead of string_to_int.
+
+2002-09-30 Jeffrey Stedfast <fejj@ximian.com>
+
+ * subscribe-dialog.c (fe_node_to_shell_path): Removed (useless).
+
2002-10-01 Ettore Perazzoli <ettore@ximian.com>
[Fix #24732]