evolution-data-server r9375 - trunk/camel/providers/local
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9375 - trunk/camel/providers/local
- Date: Mon, 18 Aug 2008 09:29:16 +0000 (UTC)
Author: sragavan
Date: Mon Aug 18 09:29:16 2008
New Revision: 9375
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9375&view=rev
Log:
2008-08-18 Srinivasa Ragavan <sragavan novell com>
* camel/providers/local/camel-mbox-summary.c: Continue, if the summary
isn't loaded.
Modified:
trunk/camel/providers/local/ChangeLog
trunk/camel/providers/local/camel-mbox-summary.c
Modified: trunk/camel/providers/local/camel-mbox-summary.c
==============================================================================
--- trunk/camel/providers/local/camel-mbox-summary.c (original)
+++ trunk/camel/providers/local/camel-mbox-summary.c Mon Aug 18 09:29:16 2008
@@ -1041,7 +1041,8 @@
info = (CamelMboxMessageInfo *)camel_folder_summary_index(s, i);
- g_assert(info);
+ if (!info)
+ continue;
d(printf("Looking at message %s\n", camel_message_info_uid(info)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]