aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-18 00:08:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commitdba093c80487fbaeef12b7d34081b70acd844657 (patch)
tree61415e77ce27244e3683e71f4c786a2d64604246 /mail/mail-ops.h
parentd1777cbb0f2439a64edbbb3ab88b0f1b233e9a05 (diff)
downloadgsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.gz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.bz2
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.lz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.xz
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.tar.zst
gsoc2013-evolution-dba093c80487fbaeef12b7d34081b70acd844657.zip
Remove mail_store_prepare_offline().
Use e_mail_store_prepare_for_offline() instead.
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 58dd8dff3d..2d18b1a24f 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -112,14 +112,10 @@ void mail_filter_folder (EMailSession *session,
const gchar *type,
gboolean notify);
-/* Work Offline */
-gint mail_store_prepare_offline (CamelStore *store);
-
/* filter driver execute shell command async callback */
void mail_execute_shell_command (CamelFilterDriver *driver, gint argc, gchar **argv, gpointer data);
gint mail_disconnect_store (CamelStore *store);
-gint mail_remove_attachments (CamelFolder *folder, GPtrArray *uids);
G_END_DECLS