From 8eb9e1f40b5d8e058f985659bea0a914b383710c Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 4 Mar 2000 22:23:06 +0000 Subject: stream the raw content instead of nothing if the encoding is not 2000-03-04 bertrand * camel-mime-part.c (my_write_content_to_stream): stream the raw content instead of nothing if the encoding is not supported. * camel-stream-fs.c (_seek): handle eos more properly. svn path=/trunk/; revision=2047 --- camel/camel-data-wrapper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel-data-wrapper.c') diff --git a/camel/camel-data-wrapper.c b/camel/camel-data-wrapper.c index 6f6aac6a16..7a9157e87c 100644 --- a/camel/camel-data-wrapper.c +++ b/camel/camel-data-wrapper.c @@ -272,6 +272,8 @@ my_write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream) nb_written += camel_stream_write (stream, tmp_buf + nb_written, nb_read - nb_written); } + CAMEL_LOG_FULL_DEBUG ("CamelDataWrapper::write_to_stream, nmumber of bytes written : %d\n", nb_written); + } -- cgit