evolution r36182 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Fri Aug 29 03:47:10 2008
New Revision: 36182
URL: http://svn.gnome.org/viewvc/evolution?rev=36182&view=rev

Log:
Start using remote functions


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

Modified: branches/mail-dbus-remoting/mail/em-utils.c
==============================================================================
--- branches/mail-dbus-remoting/mail/em-utils.c	(original)
+++ branches/mail-dbus-remoting/mail/em-utils.c	Fri Aug 29 03:47:10 2008
@@ -1395,7 +1395,7 @@
 		
 		if (account->templates_folder_uri) {
 			templates_uri = em_uri_to_camel (account->templates_folder_uri);
-			if (camel_store_folder_uri_equal_remote (folder->parent_store, templates_uri, uri)) {
+			if (camel_store_folder_uri_equal_remote (camel_folder_remote_get_parent_store(folder), templates_uri, uri)) {
 				g_free (templates_uri);
 				is = TRUE;
 				break;
@@ -1442,7 +1442,7 @@
 
 		if (account->drafts_folder_uri) {
 			drafts_uri = em_uri_to_camel (account->drafts_folder_uri);
-			if (camel_store_folder_uri_equal_remote (folder->parent_store, drafts_uri, uri)) {
+			if (camel_store_folder_uri_equal_remote (camel_folder_remote_get_parent_store(folder), drafts_uri, uri)) {
 				g_free (drafts_uri);
 				is = TRUE;
 				break;
@@ -1489,7 +1489,7 @@
 
 		if (account->sent_folder_uri) {
 			sent_uri = em_uri_to_camel (account->sent_folder_uri);
-			if (camel_store_folder_uri_equal_remote (folder->parent_store, sent_uri, uri)) {
+			if (camel_store_folder_uri_equal_remote (camel_folder_remote_get_parent_store(folder), sent_uri, uri)) {
 				g_free (sent_uri);
 				is = TRUE;
 				break;



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