aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-11 15:47:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-11 15:47:41 +0800
commit4138eb99da5fdc980384e64acc933d0d174d0842 (patch)
tree21b9f79c53a28ff2936f06d09d53ff27a6197825 /camel/ChangeLog
parent5d8c6901ebafda375152a85d3b6b1f24811ee847 (diff)
downloadgsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar.gz
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar.bz2
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar.lz
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar.xz
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.tar.zst
gsoc2013-evolution-4138eb99da5fdc980384e64acc933d0d174d0842.zip
removed this. not sure what it was doing there, a 1 line funciton used
2004-03-11 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (no_such_folder): removed this. not sure what it was doing there, a 1 line funciton used once. (get_folder_online): pass exception to camel_imap_command. if we got a user cancel, pass it up. (hash_folder_name, compare_folder_name): more g_ascii_strcasecmp stuff. svn path=/trunk/; revision=25026
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 45455e78a1..5a8c3949c7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2004-03-11 Not Zed <NotZed@Ximian.com>
+ * providers/imap/camel-imap-store.c (no_such_folder): removed
+ this. not sure what it was doing there, a 1 line funciton used
+ once.
+ (get_folder_online): pass exception to camel_imap_command. if we
+ got a user cancel, pass it up. See #55388.
+ (hash_folder_name, compare_folder_name): more g_ascii_strcasecmp
+ stuff.
+
+2004-03-11 Not Zed <NotZed@Ximian.com>
+
* camel-vee-store.c (vee_get_folder_info): we need to add the
folderinfo always if we're recursive from top. Should fix #52965
and maybe the other vfolders not showing on startup bug.