aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-27 12:35:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-27 12:35:18 +0800
commit7e4fb782fad1703aeda91745545af7b0fc01bed3 (patch)
tree269eff2be2ecb3d1b856034e3826b9fb11565b73 /camel/ChangeLog
parent5aef76bbcb9099e86d4ea591f6e4cba1cee1b415 (diff)
downloadgsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar.gz
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar.bz2
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar.lz
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar.xz
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.tar.zst
gsoc2013-evolution-7e4fb782fad1703aeda91745545af7b0fc01bed3.zip
Move all of the camel_vee_folder_construct() internals here.
2001-03-26 Jeffrey Stedfast <fejj@ximian.com> * camel-vee-folder.c (vee_folder_construct): Move all of the camel_vee_folder_construct() internals here. (camel_vee_folder_construct): This function basically becomes a wrapper for vee_folder_construct and also checks to make sure that the UNMATCHED vfodler is constructed otherwise constructs it. (camel_vee_folder_new): Call vee_folder_construct() instead so that we don't get into a dead-lock. svn path=/trunk/; revision=8964
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 b4413e885f..adbea47d31 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2001-03-26 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-vee-folder.c (vee_folder_construct): Move all of the
+ camel_vee_folder_construct() internals here.
+ (camel_vee_folder_construct): This function basically becomes a
+ wrapper for vee_folder_construct and also checks to make sure that
+ the UNMATCHED vfodler is constructed otherwise constructs it.
+ (camel_vee_folder_new): Call vee_folder_construct() instead so
+ that we don't get into a dead-lock.
+
+2001-03-26 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-store.c (init_trash): Use camel_vtrash_folder_new() to
create the vtrash folder now.