[evolution-mapi] Bug 623919 - Error while opening any newly received message
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Bug 623919 - Error while opening any newly received message
- Date: Fri, 9 Jul 2010 10:32:24 +0000 (UTC)
commit 45e465dbada347a8a0fcc13a17bf91f61f94881b
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jul 9 06:32:03 2010 -0400
Bug 623919 - Error while opening any newly received message
src/camel/camel-mapi-folder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-folder.c b/src/camel/camel-mapi-folder.c
index b04660f..4186991 100644
--- a/src/camel/camel-mapi-folder.c
+++ b/src/camel/camel-mapi-folder.c
@@ -1145,7 +1145,7 @@ mapi_folder_get_message( CamelFolder *folder, const gchar *uid, GError **error )
_("No such message"));
return NULL;
}
- cache_stream = camel_data_cache_get (mapi_folder->cache, "cache", uid, error);
+ cache_stream = camel_data_cache_get (mapi_folder->cache, "cache", uid, NULL);
stream = camel_stream_mem_new ();
if (cache_stream) {
GError *local_error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]