diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 00:08:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:16 +0800 |
commit | dba093c80487fbaeef12b7d34081b70acd844657 (patch) | |
tree | 61415e77ce27244e3683e71f4c786a2d64604246 /mail/mail-ops.h | |
parent | d1777cbb0f2439a64edbbb3ab88b0f1b233e9a05 (diff) | |
download | gsoc2013-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.h | 4 |
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 |