aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-07-25 04:23:38 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-25 04:23:38 +0800
commite78a5a26355e648b09dc3fba8366e15f4132439f (patch)
tree2eee8a391afd0e3b272e7b7fbb94a1765ae3749f /mail
parent86d2d39580ff3aa27f17766dd117765f4786b924 (diff)
downloadgsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar.gz
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar.bz2
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar.lz
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar.xz
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.tar.zst
gsoc2013-evolution-e78a5a26355e648b09dc3fba8366e15f4132439f.zip
cast!
svn path=/trunk/; revision=17577
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-ops.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index c3b652d6fc..5d3345fa8b 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1339,10 +1339,9 @@ get_store_get (struct _mail_msg *mm)
/*camel_session_get_store connects us, which we don't want to do on startup. */
- m->store = camel_session_get_service (session, m->uri,
- CAMEL_PROVIDER_STORE,
- &mm->ex);
-
+ m->store = (CamelStore *) camel_session_get_service (session, m->uri,
+ CAMEL_PROVIDER_STORE,
+ &mm->ex);
}
static void