diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 00:08:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 07:51:11 +0800 |
commit | b3b917365ff2e813df0503e94267f2cb3bab4255 (patch) | |
tree | 30fc79ded6cfd43eed38d09c20ed8884c1a9a739 /mail/mail-ops.h | |
parent | 8520334bc8a1745f5954f0b69252418e12d4c3a2 (diff) | |
download | gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.tar.gz gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.tar.zst gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.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 |