svn path=/trunk/; revision=17577
This commit is contained in:
Jeffrey Stedfast
2002-07-24 20:23:38 +00:00
parent 86d2d39580
commit e78a5a2635

View File

@ -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