diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 22:35:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-03 22:35:11 +0800 |
commit | 7ce11c62eae2c3b27cb8d2c00c00f9d2a50ac560 (patch) | |
tree | 10093158f5a1357121666cc93d32f3fe26d45719 /mail/mail-ops.h | |
parent | f13051ae715206f6f081ed60247836d17c14004b (diff) | |
download | gsoc2013-evolution-7ce11c62eae2c3b27cb8d2c00c00f9d2a50ac560.tar.gz gsoc2013-evolution-7ce11c62eae2c3b27cb8d2c00c00f9d2a50ac560.tar.zst gsoc2013-evolution-7ce11c62eae2c3b27cb8d2c00c00f9d2a50ac560.zip |
Bug #632580 - Freezes UI on account disable
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index faeae3591b..77ce991d5f 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -163,6 +163,8 @@ gint mail_check_service (EMailSession *session, void (*done)(const gchar *url, CamelProviderType type, GList *authtypes, gpointer data), gpointer data); +gint mail_disconnect_store (CamelStore *store); + G_END_DECLS #endif /* MAIL_OPS_H */ |