diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 22:35:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:21 +0800 |
commit | a79fc9ee8cfee79b61e22d8267b233bc2499e3f9 (patch) | |
tree | ea8e795de81092ce7432058e978fd8f904992089 /mail/mail-ops.h | |
parent | ee148f2bbe4a112b3091449a9d336278d778c04e (diff) | |
download | gsoc2013-evolution-a79fc9ee8cfee79b61e22d8267b233bc2499e3f9.tar.gz gsoc2013-evolution-a79fc9ee8cfee79b61e22d8267b233bc2499e3f9.tar.zst gsoc2013-evolution-a79fc9ee8cfee79b61e22d8267b233bc2499e3f9.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 */ |