diff options
Diffstat (limited to 'camel/camel-gpg-context.c')
-rw-r--r-- | camel/camel-gpg-context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index 71b9106e10..87cf1b8647 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -1569,6 +1569,8 @@ gpg_decrypt(CamelCipherContext *context, CamelMimePart *ipart, CamelMimePart *op istream = camel_stream_mem_new(); camel_data_wrapper_write_to_stream(camel_medium_get_content_object((CamelMedium *)ipart), istream); + camel_stream_reset(istream); + /* TODO: de-canonicalise end of lines? */ /*stream = camel_stream_mem_new (); filtered_stream = (CamelStream *) camel_stream_filter_new_with_stream (stream); |