evolution-data-server r9740 - trunk/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9740 - trunk/camel
- Date: Fri, 7 Nov 2008 03:31:38 +0000 (UTC)
Author: sragavan
Date: Fri Nov 7 03:31:37 2008
New Revision: 9740
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9740&view=rev
Log:
2008-11-07 Srinivasa Ragavan <sragavan novell com>
* camel-vee-summary.c: Make unread vfolders to work for match threads.
Modified:
trunk/camel/ChangeLog
trunk/camel/camel-vee-summary.c
Modified: trunk/camel/camel-vee-summary.c
==============================================================================
--- trunk/camel/camel-vee-summary.c (original)
+++ trunk/camel/camel-vee-summary.c Fri Nov 7 03:31:37 2008
@@ -42,7 +42,7 @@
#define d(x)
static CamelFolderSummaryClass *camel_vee_summary_parent;
-const char *unread_str = " (and\n \n (match-all (not (system-flag \"Seen\")))\n \n )\n";
+const char *unread_str = " (and\n \n (match-all (not (system-flag \"Seen\")))\n \n )\n; (match-threads \"all\" (and\n \n (match-all (not (system-flag \"Seen\")))\n \n )\n)\n;";
static void
vee_message_info_free(CamelFolderSummary *s, CamelMessageInfo *info)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]