aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-01-23 11:25:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-01-23 11:25:03 +0800
commit96be0c50f7dde84249db1194e69e8b146afc0687 (patch)
tree0dc092e539dcf3415b4edb6f8e0a4c1027504d7e /camel/ChangeLog
parent096f54cfa0d3ec4916c3c27038ce2d609b5edbd0 (diff)
downloadgsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar.gz
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar.bz2
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar.lz
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar.xz
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.tar.zst
gsoc2013-evolution-96be0c50f7dde84249db1194e69e8b146afc0687.zip
Removed some debug 'warnings', as they should now be displayed at the
2001-01-23 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-summary.c (message_info_load): Removed some debug 'warnings', as they should now be displayed at the toplevel loader, and just made the code match similar code elsewhere. * providers/local/camel-mbox-summary.c (message_info_load): Error handling. (message_info_save): more error handling. * camel-folder-summary.c (message_info_load): Add error handling and sanity checking. (camel_folder_summary_load): Add error checks. (perform_content_info_load): Error + sanity checks. (content_info_load): error + sanity checks. svn path=/trunk/; revision=7737
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3fedcec679..ae517c44ab 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,20 @@
2001-01-23 Not Zed <NotZed@Ximian.com>
+ * providers/imap/camel-imap-summary.c (message_info_load): Removed
+ some debug 'warnings', as they should now be displayed at the
+ toplevel loader, and just made the code match similar code
+ elsewhere.
+
+ * providers/local/camel-mbox-summary.c (message_info_load): Error
+ handling.
+ (message_info_save): more error handling.
+
+ * camel-folder-summary.c (message_info_load): Add error handling
+ and sanity checking.
+ (camel_folder_summary_load): Add error checks.
+ (perform_content_info_load): Error + sanity checks.
+ (content_info_load): error + sanity checks.
+
* camel-filter-driver.c (close_folder): avoid /0 by updating after
we've done the sync.
(close_folders): Setup the first progress report to start it off.