aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-18 10:20:50 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:51 +0800
commit34be64ac5286f0a3e4c02a74ff0ef8c4062bb966 (patch)
tree76da094f0c521074d799f0b8e6e4644a12609abb /mail/e-mail-store.h
parent9b59286ea42a3db8b5d76f4e388b8691340b034c (diff)
downloadgsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar.gz
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar.bz2
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar.lz
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar.xz
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.tar.zst
gsoc2013-evolution-34be64ac5286f0a3e4c02a74ff0ef8c4062bb966.zip
e_mail_store_foreach(): Take an EMailSession parameter.
Use camel_session_list_services() instead of the internal store table. The store table serves little purpose nowadays and could probably be removed. I'll look into that later.
Diffstat (limited to 'mail/e-mail-store.h')
-rw-r--r--mail/e-mail-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/e-mail-store.h b/mail/e-mail-store.h
index b26b4c15ad..5dca416e09 100644
--- a/mail/e-mail-store.h
+++ b/mail/e-mail-store.h
@@ -38,7 +38,8 @@ void e_mail_store_remove (EMailSession *session,
CamelStore *store);
void e_mail_store_remove_by_account (EMailSession *session,
EAccount *account);
-void e_mail_store_foreach (GFunc func,
+void e_mail_store_foreach (EMailSession *session,
+ GFunc func,
gpointer user_data);
G_END_DECLS