diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2014-03-24 21:26:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2014-03-27 08:24:34 +0800 |
commit | 5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1 (patch) | |
tree | 35b06eab2d6795026fbf63c27bf5cedb9dc29db8 /mail/em-folder-utils.h | |
parent | b6cf2c3763b1d51f8824ee14e226b6adb40e7e1b (diff) | |
download | gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.gz gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.bz2 gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.lz gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.xz gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.zst gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.zip |
Add EMailFolderCreateDialog.
Subclass of EMFolderSelector, replaces em_folder_utils_create_folder().
Diffstat (limited to 'mail/em-folder-utils.h')
-rw-r--r-- | mail/em-folder-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-folder-utils.h b/mail/em-folder-utils.h index 3d034ac928..7b9f66664c 100644 --- a/mail/em-folder-utils.h +++ b/mail/em-folder-utils.h @@ -44,10 +44,6 @@ void em_folder_utils_copy_folder (GtkWindow *parent, EAlertSink *alert_sink, const gchar *folder_uri, gboolean delete); -void em_folder_utils_create_folder (GtkWindow *parent, - EMailSession *session, - EMFolderTree *emft, - const gchar *initial_uri); const gchar * em_folder_utils_get_icon_name (guint32 flags); |