aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-03 03:25:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-03 03:25:16 +0800
commitf885f6f54e3479d21bf473744e6938c885aecf52 (patch)
treedf68e4072725dfa1cea884a21f33c20427a41154 /camel/ChangeLog
parent28e9c8f3e5bb9711c700a483631f9b50ffc9b851 (diff)
downloadgsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar.gz
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar.bz2
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar.lz
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar.xz
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.tar.zst
gsoc2013-evolution-f885f6f54e3479d21bf473744e6938c885aecf52.zip
Fixes for bug #53091.
2004-02-02 Jeffrey Stedfast <fejj@ximian.com> Fixes for bug #53091. * providers/imap/camel-imap-store.c (create_folder): Set the new folder's fi->flags to CAMEL_FOLDER_NOCHILDREN since we know it doesn't have any (we just created it!). (subscribe_folder): Same. svn path=/trunk/; revision=24572
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ba8b47656d..b222c86fa0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2004-02-02 Jeffrey Stedfast <fejj@ximian.com>
+ Fixes for bug #53091.
+
+ * providers/imap/camel-imap-store.c (create_folder): Set the new
+ folder's fi->flags to CAMEL_FOLDER_NOCHILDREN since we know it
+ doesn't have any (we just created it!).
+ (subscribe_folder): Same.
+
* camel-store.c (folder_info_clone_rec): Copy the flags too. Fixes
the local folder case of bug #53091.