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



Author: jjohnny
Date: Thu Jun 19 13:47:13 2008
New Revision: 9007
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9007&view=rev

Log:
Disable Subscriptions untill it is implemented.


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	Thu Jun 19 13:47:13 2008
@@ -187,7 +187,8 @@
 	priv->storage_path = NULL;
 	priv->base_url = NULL;
 
-	((CamelStore *)mapi_store)->flags |= CAMEL_STORE_SUBSCRIPTIONS;
+	/* TODO */
+	//((CamelStore *)mapi_store)->flags |= CAMEL_STORE_SUBSCRIPTIONS;
 
 	mapi_store->priv = priv;
 



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