diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-20 02:56:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-20 02:56:26 +0800 |
commit | 64b4dc6796efd18570bb8d35332928ee46addc92 (patch) | |
tree | 821ea848ea4c8375a3c2acec3c6160b20f7c3363 /camel/ChangeLog | |
parent | 4e1d332270e5109485c405f4851c5adc90e3eedb (diff) | |
download | gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar.gz gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar.bz2 gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar.lz gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar.xz gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.tar.zst gsoc2013-evolution-64b4dc6796efd18570bb8d35332928ee46addc92.zip |
Fix the case where INBOX isn't returned in the folder listing.
* providers/imap/camel-imap-folder.c
(imap_get_subfolder_info_internal): Fix the case where INBOX
isn't returned in the folder listing.
svn path=/trunk/; revision=5505
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 e49b992228..b114f309e2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2000-09-19 Dan Winship <danw@helixcode.com> + * providers/imap/camel-imap-folder.c + (imap_get_subfolder_info_internal): Fix the case where INBOX + isn't returned in the folder listing. + +2000-09-19 Dan Winship <danw@helixcode.com> + * camel-folder.c: (init): Removed (camel_folder_init, camel_folder_construct): New object init function and public object constructor to replace the old init |