aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-18 10:49:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-18 10:49:29 +0800
commitd184f178b8ede3b173789195ba22a243da08fc42 (patch)
treecef6574bb46813e30f3e1ed98105768462ca6c12 /camel/ChangeLog
parenta37006af0ac5ff13e3825189485d1e5edee1720e (diff)
downloadgsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar.gz
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar.bz2
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar.lz
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar.xz
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.tar.zst
gsoc2013-evolution-d184f178b8ede3b173789195ba22a243da08fc42.zip
Add some g_warnings() to help debug later if I ever get the segfaults I
2001-01-17 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-summary.c (message_info_load): Add some g_warnings() to help debug later if I ever get the segfaults I was getting earlier. Can't seem to reproduce them after my previous "fix". * camel-folder-summary.c (camel_folder_summary_load): Undid my change here, NotZed said it was wrong and that if it gets a NULL mi then it should abort and not continue. svn path=/trunk/; revision=7609
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e485d8f443..49871b60e6 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,16 @@
2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-summary.c (message_info_load): Add
+ some g_warnings() to help debug later if I ever get the segfaults
+ I was getting earlier. Can't seem to reproduce them after my
+ previous "fix".
+
+ * camel-folder-summary.c (camel_folder_summary_load): Undid my
+ change here, NotZed said it was wrong and that if it gets a NULL
+ mi then it should abort and not continue.
+
+2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-folder-summary.c (camel_folder_summary_load): Make sure
that the message-info is non-null before we go accessing inner
parts of it and/or adding it to the summary array. I may not have