diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-07 08:49:30 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-07 08:49:30 +0800 |
commit | e640e3a1bc66a30f6912e52a91803eb5d30cc358 (patch) | |
tree | c411e1928cc657e08ceff4fa4505d82c14492573 /mail/ChangeLog | |
parent | 4f3765c9613ec25423d9b7a4a1fc4901a857618a (diff) | |
download | gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar.gz gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar.bz2 gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar.lz gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar.xz gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.tar.zst gsoc2013-evolution-e640e3a1bc66a30f6912e52a91803eb5d30cc358.zip |
Fix some race conditions when dealing with vfolders.
svn path=/trunk/; revision=7286
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ee18f07213..b70745125f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-01-04 Iain Holmes <iain@helixcode.com> + + * mail-summary.c (idle_check): Check if the HTML for the current summary + has been created, and if not then keep trying until it has. + (new_folder_cb) + (removed_folder_cb) + (create_summary_view): Use the idle_check function to generate the + summary. + (create_summary_view): Don't set the HTML here. Set it via the pipe. + 2001-01-05 Jeffrey Stedfast <fejj@helixcode.com> * mail-account-editor.[c,h]: New source files to provide an |