From 7050475f84247fb15e24aa1bb31502106c18815d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 23 May 2011 17:09:24 -0400 Subject: EMFolderTree: Store an EMailBackend instead of an EMailSession. All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts. --- mail/em-folder-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-utils.h') diff --git a/mail/em-folder-utils.h b/mail/em-folder-utils.h index e3d86d1d02..e76c5df66f 100644 --- a/mail/em-folder-utils.h +++ b/mail/em-folder-utils.h @@ -45,8 +45,8 @@ void em_folder_utils_copy_folder (GtkWindow *parent, const gchar *folder_uri, gboolean delete); void em_folder_utils_create_folder (GtkWindow *parent, + EMailBackend *backend, EMFolderTree *emft, - EMailSession *session, const gchar *initial_uri); const gchar * em_folder_utils_get_icon_name (guint32 flags); -- cgit v1.2.3