evolution-data-server r9042 - branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi



Author: jjohnny
Date: Wed Jun 25 06:21:58 2008
New Revision: 9042
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9042&view=rev

Log:
Disable VTrash folder.


Modified:
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-store.c

Modified: branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-store.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-store.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-store.c	Wed Jun 25 06:21:58 2008
@@ -247,7 +247,8 @@
 	priv->parent_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
 
 	store->flags &= ~CAMEL_STORE_VJUNK;
-	//store->flags &= ~CAMEL_STORE_VTRASH;
+	store->flags &= ~CAMEL_STORE_VTRASH;
+
 }
 
 static char



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]