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
committerMatthew Barnes <mbarnes@redhat.com>2011-08-18 10:27:46 +0800
commitef929f26973d8d5712a6962c804b1dc0b439d0a9 (patch)
tree2dec2dc401b93010d354bbf4c62bc5bf38bc8562 /mail/e-mail-store.h
parentdd57574c0427b4571c1daac42b6ffa636a8c80c1 (diff)
downloadgsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar.gz
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar.bz2
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar.lz
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar.xz
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.tar.zst
gsoc2013-evolution-ef929f26973d8d5712a6962c804b1dc0b439d0a9.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