From 8ad0c51edff9677ca22c46257f4a596dc23d2055 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 5 May 2010 21:47:44 -0400 Subject: Adapt to Camel API changes. This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now. --- mail/em-folder-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-utils.c') diff --git a/mail/em-folder-utils.c b/mail/em-folder-utils.c index ee2d05f5f5..ab810bfa30 100644 --- a/mail/em-folder-utils.c +++ b/mail/em-folder-utils.c @@ -181,7 +181,7 @@ emft_copy_folders__exec (struct _EMCopyFolders *m) /* subscribe to the new folder if appropriate */ if (camel_store_supports_subscriptions (m->tostore) - && !camel_store_folder_subscribed (m->tostore, toname->str)) + && !camel_store_folder_is_subscribed (m->tostore, toname->str)) camel_store_subscribe_folder (m->tostore, toname->str, NULL); info = info->next; -- cgit v1.2.3