diff options
author | Not Zed <NotZed@Ximian.com> | 2004-08-24 10:50:09 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-08-24 10:50:09 +0800 |
commit | 461c577dbd5e64cfca68a680b40e27ea34bf1861 (patch) | |
tree | 62bee3d07f4893a660be41532dccb8d30385bdf3 /camel/ChangeLog | |
parent | 00114b3eb81b3c21fd35664f70a5fb961e7f5e2a (diff) | |
download | gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar.gz gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar.bz2 gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar.lz gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar.xz gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.tar.zst gsoc2013-evolution-461c577dbd5e64cfca68a680b40e27ea34bf1861.zip |
** See bug #63189.
2004-08-23 Not Zed <NotZed@Ximian.com>
** See bug #63189.
* providers/imap/camel-imap-store.c (get_subscribed_folders): only
LSUB folders we're interested in, and check full name of each path
element.
(imap_is_subfolder): helper for above.
svn path=/trunk/; revision=27001
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 79ac49748d..1677cfbb20 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2004-08-23 Not Zed <NotZed@Ximian.com> + + ** See bug #63189. + + * providers/imap/camel-imap-store.c (get_subscribed_folders): only + LSUB folders we're interested in, and check full name of each path + element. + (imap_is_subfolder): helper for above. + 2004-08-23 Jeffrey Stedfast <fejj@novell.com> * camel-tcp-stream-openssl.c (open_ssl_connection): Call |