evolution r36148 - branches/mail-dbus-remoting/mail



Author: psankar
Date: Thu Aug 28 07:59:42 2008
New Revision: 36148
URL: http://svn.gnome.org/viewvc/evolution?rev=36148&view=rev

Log:
Use store remote apis for em-folder-utils.c


Modified:
   branches/mail-dbus-remoting/mail/em-folder-utils.c

Modified: branches/mail-dbus-remoting/mail/em-folder-utils.c
==============================================================================
--- branches/mail-dbus-remoting/mail/em-folder-utils.c	(original)
+++ branches/mail-dbus-remoting/mail/em-folder-utils.c	Thu Aug 28 07:59:42 2008
@@ -304,7 +304,7 @@
 	}
 
 	url = camel_url_new (uri, NULL);
-	if (((CamelService *)tostore)->provider->url_flags & CAMEL_URL_FRAGMENT_IS_PATH)
+	if (camel_store_get_url_flags_remote (store) & CAMEL_URL_FRAGMENT_IS_PATH)
 		tobase = url->fragment;
 	else if (url->path && url->path[0])
 		tobase = url->path+1;



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