diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-01 06:57:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-01 06:57:42 +0800 |
commit | 6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca (patch) | |
tree | 4b333a6eff2ea91b74ed8be1009581869e2b8104 /camel/ChangeLog | |
parent | d70db0f321c04fac994431481880eb4fcdd4772b (diff) | |
download | gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar.gz gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar.bz2 gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar.lz gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar.xz gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.tar.zst gsoc2013-evolution-6122b68bb1c0dad56fda839f6f7b2e90c7ff03ca.zip |
Fixes bug #31456.
2002-09-30 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #31456.
* providers/imap/camel-imap-store.c (imap_connect_online): Don't
LSUB "" "*", instead get both an LSUB containing the subfolders of
the namespace and an LSUB of INBOX (assuming namespace was
non-empty). This fix really has nothing to do with bug #31456 but
is what should have been done in the first place.
(parse_list_response_as_folder_info): Simplify a tad and strip
extra leading /'s from fi->path.
(imap_build_folder_info): Strip extra leading /'s from fi->path.
* camel-store.c (camel_folder_info_build): Don't strip the
namespace from the fi->full_name when hashing or creating fake
parent folder-infos. Fixes a bug I found while trying to reproduce
bug #31456.
(camel_folder_info_build_path): Strip off extra leading dir_sep
chars from the path.
svn path=/trunk/; revision=18273
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1d77f1341e..6433005cc8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,9 +1,22 @@ 2002-09-30 Jeffrey Stedfast <fejj@ximian.com> + Fixes bug #31456. + + * providers/imap/camel-imap-store.c (imap_connect_online): Don't + LSUB "" "*", instead get both an LSUB containing the subfolders of + the namespace and an LSUB of INBOX (assuming namespace was + non-empty). This fix really has nothing to do with bug #31456 but + is what should have been done in the first place. + (parse_list_response_as_folder_info): Simplify a tad and strip + extra leading /'s from fi->path. + (imap_build_folder_info): Strip extra leading /'s from fi->path. + * camel-store.c (camel_folder_info_build): Don't strip the - namespace from the fi->full_name when hasing or creating fake - parent folders. Fixes a bug I found while trying to reproduce bug - #31456. + namespace from the fi->full_name when hashing or creating fake + parent folder-infos. Fixes a bug I found while trying to reproduce + bug #31456. + (camel_folder_info_build_path): Strip off extra leading dir_sep + chars from the path. 2002-09-30 Not Zed <NotZed@Ximian.com> |