aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-05 13:06:45 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-05 13:06:45 +0800
commit6a1a952d1fb90bfd1fdc75c5c544e434b4908265 (patch)
tree8dbb9bc8c3b049392bcf9f529cfead4196e9ac3c /camel/ChangeLog
parent1f6875b2710499f147b62a08ffb9429aa67995da (diff)
downloadgsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar.gz
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar.bz2
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar.lz
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar.xz
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.tar.zst
gsoc2013-evolution-6a1a952d1fb90bfd1fdc75c5c544e434b4908265.zip
dont add folders to folders_out here, only in get_folders_add_folders.
2004-04-05 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_folders): dont add folders to folders_out here, only in get_folders_add_folders. * camel-store.c (camel_folder_info_build): simplify 'list append' since we have next pointer at the head of the struct. * providers/imap/camel-imap-store.c (create_folder): fixed "containes" spelling count. (get_folder_online): " (get_folders_add_folders): duh, add the folder info to the folders_out array. svn path=/trunk/; revision=25310
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 513ac5449f..d8610fcf18 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,17 @@
+2004-04-05 Not Zed <NotZed@Ximian.com>
+
+ * providers/imap/camel-imap-store.c (get_folders): dont add
+ folders to folders_out here, only in get_folders_add_folders.
+
+ * camel-store.c (camel_folder_info_build): simplify 'list append'
+ since we have next pointer at the head of the struct.
+
+ * providers/imap/camel-imap-store.c (create_folder): fixed
+ "containes" spelling count.
+ (get_folder_online): "
+ (get_folders_add_folders): duh, add the folder info to the
+ folders_out array.
+
2004-04-02 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder.c (camel_folder_get_deleted_message_count): New