diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-19 05:02:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-19 05:02:50 +0800 |
commit | 78b5e27b077c54b962069b4171aa972961b1183e (patch) | |
tree | d8d0cef6f8553bf35025e2758b705f829a614e71 /mail/ChangeLog | |
parent | f0df568f6b1311bd139076d21be255879b391fde (diff) | |
download | gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar.gz gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar.bz2 gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar.lz gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar.xz gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.tar.zst gsoc2013-evolution-78b5e27b077c54b962069b4171aa972961b1183e.zip |
Execute asynchronously by queueing the copy in another thread.
2003-11-18 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (em_copy_folders): Execute asynchronously by
queueing the copy in another thread.
(em_copy_folders__copy): Moved the original logic here.
svn path=/trunk/; revision=23427
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b8a952f7eb..e14cf9c76d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2003-11-18 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c (em_copy_folders): Execute asynchronously by + queueing the copy in another thread. + (em_copy_folders__copy): Moved the original logic here. + +2003-11-18 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c (tree_row_expanded): Queue the camel_store_get_folder_info() call in another thread. (em_folder_tree_get_folder_info__got): Moved all the logic of |