aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-01 21:20:22 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-01 21:20:22 +0800
commite835906dcc57e84aab564a6edfda5ac28e9c628a (patch)
treea39c10bb47d6f49c9b226a105b203ab6036e23b2 /em-format
parentc4a3b12e650b156003123d66a33b89f8d9fd03aa (diff)
downloadgsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.gz
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.bz2
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.lz
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.xz
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.zst
gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.zip
Bug #613261 - application/mbox not shown properly
Diffstat (limited to 'em-format')
-rw-r--r--em-format/em-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c
index 3369819f49..f9126cabd2 100644
--- a/em-format/em-format.c
+++ b/em-format/em-format.c
@@ -1782,7 +1782,7 @@ emf_application_mbox (EMFormat *emf,
mem_stream = camel_stream_mem_new ();
camel_data_wrapper_decode_to_stream (
- CAMEL_DATA_WRAPPER (mime_part), mem_stream);
+ camel_medium_get_content_object (CAMEL_MEDIUM (mime_part)), mem_stream);
camel_seekable_stream_seek (
CAMEL_SEEKABLE_STREAM (mem_stream), 0, CAMEL_STREAM_SET);
camel_mime_parser_init_with_stream (parser, mem_stream);