evolution-data-server r9675 - branches/gnome-2-24/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9675 - branches/gnome-2-24/camel
- Date: Wed, 15 Oct 2008 08:09:59 +0000 (UTC)
Author: sragavan
Date: Wed Oct 15 08:09:59 2008
New Revision: 9675
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9675&view=rev
Log:
2008-10-15 Srinivasa Ragavan <sragavan novell com>
** Fix for bug #556372
* camel/camel-folder-summary.c: Update counts to summary on sync.
Modified:
branches/gnome-2-24/camel/ChangeLog
branches/gnome-2-24/camel/camel-folder-summary.c
Modified: branches/gnome-2-24/camel/camel-folder-summary.c
==============================================================================
--- branches/gnome-2-24/camel/camel-folder-summary.c (original)
+++ branches/gnome-2-24/camel/camel-folder-summary.c Wed Oct 15 08:09:59 2008
@@ -2644,7 +2644,13 @@
record->visible_count = 0;
if (camel_db_count_junk_not_deleted_message_info (db, table_name, &(record->jnd_count), NULL))
record->jnd_count = 0;
-
+
+ s->unread_count = record->unread_count;
+ s->deleted_count = record->deleted_count;
+ s->junk_count = record->junk_count;
+ s->visible_count = record->visible_count;
+ s->junk_not_deleted_count = record->jnd_count;
+
return record;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]