diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-05 04:10:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-05 04:10:27 +0800 |
commit | 549a24c5216c92401cf6e17cb5a4a40622037f70 (patch) | |
tree | 45c5a2ad942fd36448d607a43db3702817ceaa10 /camel/ChangeLog | |
parent | a426f7996f5617f86297f5641a8dfb2ca675963a (diff) | |
download | gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar.gz gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar.bz2 gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar.lz gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar.xz gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.tar.zst gsoc2013-evolution-549a24c5216c92401cf6e17cb5a4a40622037f70.zip |
IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.
* providers/imap/camel-imap-store.c (imap_connect): IMAP4
(pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use
it. Just assume the dir_sep is '/'. Shrug.
svn path=/trunk/; revision=5714
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index aa7729379b..e04372d09e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-10-04 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-store.c (imap_connect): IMAP4 + (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use + it. Just assume the dir_sep is '/'. Shrug. + 2000-10-04 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-message.c (camel_mime_message_set_reply_to): Use |