aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-20 05:41:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-20 05:41:51 +0800
commitd6a9790072afc82d29e046f98b7223dc618bf9a6 (patch)
tree7819fe6d6cc29dfbcb0cafbea937d70f62203ca6 /mail/ChangeLog
parent778498a42da755757f33740ea5f03e089864dd41 (diff)
downloadgsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar.gz
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar.bz2
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar.lz
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar.xz
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.tar.zst
gsoc2013-evolution-d6a9790072afc82d29e046f98b7223dc618bf9a6.zip
Unref the driver here, in the subthread, so we dont block the gui while it
2001-02-20 Not Zed <NotZed@Ximian.com> * mail-ops.c (fetch_mail_fetch): Unref the driver here, in the subthread, so we dont block the gui while it sync's all the folders. (fetch_mail_fetched): Rewmoved above code from here. svn path=/trunk/; revision=8278
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f0d2afe754..173aa89c07 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-20 Not Zed <NotZed@Ximian.com>
+
+ * mail-ops.c (fetch_mail_fetch): Unref the driver here, in the
+ subthread, so we dont block the gui while it sync's all the
+ folders.
+ (fetch_mail_fetched): Rewmoved above code from here.
+
2001-02-16 Not Zed <NotZed@Ximian.com>
* mail-send-recv.c (receive_status): Dont do the thaw/freeze set here.