aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-23 23:12:28 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-23 23:12:28 +0800
commit17a89d643ab695f5d9f55524d1feaf18dcfd1502 (patch)
tree50659f26684c510d03a9e04ffac817fa072868a3 /mail/ChangeLog
parent94479f8a9b372b3790592a1cb14f7f72a52826d9 (diff)
downloadgsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar.gz
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar.bz2
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar.lz
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar.xz
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.tar.zst
gsoc2013-evolution-17a89d643ab695f5d9f55524d1feaf18dcfd1502.zip
Record the timeout_id so we can cancel it if the mail_folder_info is later
2001-08-23 Peter Williams <peterw@ximian.com> * mail-folder-cache.c (maybe_update): Record the timeout_id so we can cancel it if the mail_folder_info is later freed. Also obviates the use of the _UPDATE_QUEUED flag. (mail_folder_cache_remove_folder): Cancel the timeout if we need to. Lock around the hash table operations. Free mfi itself. Add debugging spew. (get_folder_info): Initialiae the timeout_id to 0. svn path=/trunk/; revision=12417
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 91f46fa083..8489dbc10f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-23 Peter Williams <peterw@ximian.com>
+
+ * mail-folder-cache.c (maybe_update): Record the timeout_id so we
+ can cancel it if the mail_folder_info is later freed. Also obviates
+ the use of the _UPDATE_QUEUED flag.
+ (mail_folder_cache_remove_folder): Cancel the timeout if we need to.
+ Lock around the hash table operations. Free mfi itself. Add debugging
+ spew.
+ (get_folder_info): Initialiae the timeout_id to 0.
+
2001-08-22 Jon Trowbridge <trow@ximian.com>
* mail-callbacks.c (ask_confirm_for_only_bcc): Provide alternative