aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-14 04:33:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-14 04:33:47 +0800
commit492b362c56729ebf95f55d740712b8f3caa21109 (patch)
tree8d00b59a60dbe4176b843569b4d72b8e601254cb /mail/ChangeLog
parent02fecf70e20ceead39137a61916d1d5e479853b2 (diff)
downloadgsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar.gz
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar.bz2
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar.lz
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar.xz
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.tar.zst
gsoc2013-evolution-492b362c56729ebf95f55d740712b8f3caa21109.zip
Modified to take a FolderETree instead of a CamelStore (since the
2001-09-13 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (get_short_folderinfo_desc): (get_short_folderinfo_get): (get_short_folderinfo_got): (get_short_folderinfo_free): (subscribe_get_short_folderinfo): Modified to take a FolderETree instead of a CamelStore (since the CamelStore is inside the FolderETree anyway) so that we could ref the ETree to prevent a race condition. Should fix bug #9827. svn path=/trunk/; revision=12808
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 286217b89a..de33eb4e2c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2001-09-13 Jeffrey Stedfast <fejj@ximian.com>
+ * subscribe-dialog.c (get_short_folderinfo_desc):
+ (get_short_folderinfo_get):
+ (get_short_folderinfo_got):
+ (get_short_folderinfo_free):
+ (subscribe_get_short_folderinfo): Modified to take a FolderETree
+ instead of a CamelStore (since the CamelStore is inside the
+ FolderETree anyway) so that we could ref the ETree to prevent a
+ race condition. Should fix bug #9827.
+
* mail-format.c (try_inline_pgp_sig): Make sure that the
charset_filter is non-NULL before using it since iconv may fail.