diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-03 08:45:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-03 08:45:15 +0800 |
commit | 338e936539204e42bbb0a09f30eba984fa939ebc (patch) | |
tree | 1d80cf4e6104fa507b6738f0d26c32bae0dee7e1 /camel/ChangeLog | |
parent | 6aa2b61cc756334a5ea43d41c0f5883b41d09f46 (diff) | |
download | gsoc2013-evolution-338e936539204e42bbb0a09f30eba984fa939ebc.tar.gz gsoc2013-evolution-338e936539204e42bbb0a09f30eba984fa939ebc.tar.zst gsoc2013-evolution-338e936539204e42bbb0a09f30eba984fa939ebc.zip |
Fixes bug #26237.
2002-08-02 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #26237.
* providers/imap/camel-imap-command.c
(imap_command_strdup_vprintf): Don't prepend any namespace shit in
the %F case.
* providers/imap/camel-imap-utils.c (imap_parse_list_response):
Don't strip off the namespace.
svn path=/trunk/; revision=17693
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c1d32a908b..4391ed5b50 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2002-08-02 Jeffrey Stedfast <fejj@ximian.com> + + Fixes bug #26237. + + * providers/imap/camel-imap-command.c + (imap_command_strdup_vprintf): Don't prepend any namespace shit in + the %F case. + + * providers/imap/camel-imap-utils.c (imap_parse_list_response): + Don't strip off the namespace. + 2002-08-01 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-store.c (create_folder): If the folder |