From 484334eaec8c6bd0c9118c318ceb3a503b7ac824 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 21 Nov 2000 02:08:37 +0000 Subject: Fix IMAP get-mail to work; CORBA calls in the dispatch thread are a no-no. svn path=/trunk/; revision=6620 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 875d3dfe2a..a02b9653b4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -21,6 +21,15 @@ not '\0'). (address_compare): Use e_mail_address_compare. +2000-11-19 Peter Williams + + * mail-ops.c (update_changed_folders): Instead of making the CORBA + call in the dispatch thread, store the new display names and have + cleanup_fetch_mail make the CORBA calls. Fixes deadlocks. + (cleanup_fech_mail): Loop through the update_infos and make the + CORBA calls. + (setup_fetch_mail): Clear some new data items. + 2000-11-17 Jeffrey Stedfast * mail-format.c (mail_generate_reply): Use the new quote_message -- cgit