diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-24 05:09:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-24 09:50:50 +0800 |
commit | 9692758dc5c3a03597f0eb0b16edd10134153823 (patch) | |
tree | ae48699ccfd792672b0b3c4e382fbc5ce13eb584 /mail/em-folder-utils.h | |
parent | 61d1530c76341f1a69fa528071e3a6ffa07ed333 (diff) | |
download | gsoc2013-evolution-9692758dc5c3a03597f0eb0b16edd10134153823.tar.gz gsoc2013-evolution-9692758dc5c3a03597f0eb0b16edd10134153823.tar.zst gsoc2013-evolution-9692758dc5c3a03597f0eb0b16edd10134153823.zip |
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.
Diffstat (limited to 'mail/em-folder-utils.h')
-rw-r--r-- | mail/em-folder-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |