diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-01 05:16:57 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:20 +0800 |
commit | a2747569c8c4716c83880a6cc796ee1bd9b3f420 (patch) | |
tree | 334775949a9eb1443267fac7fd3a1c51d9c875d5 /mail/em-folder-utils.h | |
parent | 616f0b140bb937d7afeb46f834e32e8c51a67e1e (diff) | |
download | gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.tar.gz gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.tar.zst gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.zip |
Kill em_folder_utils_unsubscribe_folder().
Use e_mail_session_unsubscribe_folder() instead.
Diffstat (limited to 'mail/em-folder-utils.h')
-rw-r--r-- | mail/em-folder-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-folder-utils.h b/mail/em-folder-utils.h index f67ef50531..9d937d2424 100644 --- a/mail/em-folder-utils.h +++ b/mail/em-folder-utils.h @@ -49,9 +49,6 @@ void em_folder_utils_delete_folder (EMailBackend *backend, void em_folder_utils_create_folder (CamelFolderInfo *folderinfo, EMFolderTree *emft, GtkWindow *parent); -void em_folder_utils_unsubscribe_folder - (EMailSession *session, - const gchar *folder_uri); const gchar * em_folder_utils_get_icon_name (guint32 flags); |