aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libemail-engine/mail-ops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libemail-engine/mail-ops.h b/libemail-engine/mail-ops.h
index 59459bb861..12680cf510 100644
--- a/libemail-engine/mail-ops.h
+++ b/libemail-engine/mail-ops.h
@@ -51,12 +51,6 @@ void mail_sync_store (CamelStore *store, gint expunge,
void mail_empty_trash (CamelStore *store);
-/* transfer (copy/move) a folder */
-void mail_xfer_folder (const gchar *src_uri, const gchar *dest_uri, gboolean remove_source,
- void (*done) (gchar *src_uri, gchar *dest_uri, gboolean remove_source,
- CamelFolder *folder, gpointer data),
- gpointer data);
-
/* yeah so this is messy, but it does a lot, maybe i can consolidate all user_data's to be the one */
void mail_send_queue (EMailSession *session,
CamelFolder *queue,