diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-12 04:57:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-12 04:57:12 +0800 |
commit | d1b9e09e70a9865ee197f139aba31c9652ef9c45 (patch) | |
tree | d6c6bea0b39823d397b1e7a5346740c8f7203439 /camel/ChangeLog | |
parent | 8d4ff95e73eb30d7fd841637423bbfa489c156cd (diff) | |
download | gsoc2013-evolution-d1b9e09e70a9865ee197f139aba31c9652ef9c45.tar.gz gsoc2013-evolution-d1b9e09e70a9865ee197f139aba31c9652ef9c45.tar.zst gsoc2013-evolution-d1b9e09e70a9865ee197f139aba31c9652ef9c45.zip |
If we are fetching HEADERs, don't cache the stream - instead just create a
2002-07-11 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (parse_fetch_response): If we
are fetching HEADERs, don't cache the stream - instead just create
a mem-stream and return that. This reduces a significant amount of
overhead due to disk i/o.
svn path=/trunk/; revision=17424
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 787e30a12e..b546c95d6e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2002-07-11 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (parse_fetch_response): If we + are fetching HEADERs, don't cache the stream - instead just create + a mem-stream and return that. This reduces a significant amount of + overhead due to disk i/o. + * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt): Don't forget to set an appropriate exception before returning NULL. |