diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-01 11:24:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-01 11:24:22 +0800 |
commit | 99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29 (patch) | |
tree | 7ab43755436e093c3144e6d5a2c21a62ae152bc4 /camel/ChangeLog | |
parent | 7f6f1b6844e4e317d348965289f2ee12a09d8e41 (diff) | |
download | gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar.gz gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar.bz2 gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar.lz gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar.xz gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.tar.zst gsoc2013-evolution-99c51c5a8cc66694ca5f65f27ae8d1fc7b067c29.zip |
Disable my fix to not cache headers as it means that each time we load the
2002-07-31 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (parse_fetch_response):
Disable my fix to not cache headers as it means that each time we
load the message, we've got to re-fecth the headers.
svn path=/trunk/; revision=17665
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dc7a4282da..22355a69b7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-07-31 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (parse_fetch_response): + Disable my fix to not cache headers as it means that each time we + load the message, we've got to re-fecth the headers. + * camel-mime-filter-tohtml.c (is_addr_char): Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in most locales. @@ -23,7 +27,7 @@ * camel-tcp-stream-openssl.c (socket_connect): Same as above. (stream_get_local_address): Fix to work with IPv6 addresses. (stream_get_remote_address): Same. - + * camel-tcp-stream-ssl.c (stream_connect): If building with IPv6 support and the address is an IPv6 address, initialise the PRNetAddr accordingly. |