diff options
author | 2 <NotZed@Ximian.com> | 2001-10-03 09:56:44 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-03 09:56:44 +0800 |
commit | e4281865f9ddef690cf8b20d89f28f1ab307592c (patch) | |
tree | bff4faf15b89000dea56b7323a066f2397e7d9b0 /camel/ChangeLog | |
parent | 65014a74aa55209e8e5b65549be26645dabd7cba (diff) | |
download | gsoc2013-evolution-e4281865f9ddef690cf8b20d89f28f1ab307592c.tar.gz gsoc2013-evolution-e4281865f9ddef690cf8b20d89f28f1ab307592c.tar.zst gsoc2013-evolution-e4281865f9ddef690cf8b20d89f28f1ab307592c.zip |
for hashing/comparing local url's, we ignore trailing /'s in paths (maybe
2001-10-02 <NotZed@Ximian.com>
* providers/local/camel-local-provider.c (local_url_hash,
local_url_equal): for hashing/comparing local url's, we ignore
trailing /'s in paths (maybe shuld handle multiple /'s too).
(camel_provider_module_init): Use local_url_hash/equal for all functions.
svn path=/trunk/; revision=13362
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 9f4c6b6653..80adf35e7c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2001-10-02 <NotZed@Ximian.com> + * providers/local/camel-local-provider.c (local_url_hash, + local_url_equal): for hashing/comparing local url's, we ignore + trailing /'s in paths (maybe shuld handle multiple /'s too). + (camel_provider_module_init): Use local_url_hash/equal for all functions. + * camel-sasl-digest-md5.c (digest_response): Change to camel_charset_iconv_open/close. |