diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 21:20:22 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 21:20:22 +0800 |
commit | e835906dcc57e84aab564a6edfda5ac28e9c628a (patch) | |
tree | a39c10bb47d6f49c9b226a105b203ab6036e23b2 /em-format | |
parent | c4a3b12e650b156003123d66a33b89f8d9fd03aa (diff) | |
download | gsoc2013-evolution-e835906dcc57e84aab564a6edfda5ac28e9c628a.tar.gz 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.c | 2 |
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); |