diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-11-21 10:08:37 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-11-21 10:08:37 +0800 |
commit | 484334eaec8c6bd0c9118c318ceb3a503b7ac824 (patch) | |
tree | 2eb6f6e0ec74f8b7f42c74ba828219d68db07053 /mail/ChangeLog | |
parent | 79f6be42c0b7298c0347838334e58b2eb9573e9d (diff) | |
download | gsoc2013-evolution-484334eaec8c6bd0c9118c318ceb3a503b7ac824.tar.gz gsoc2013-evolution-484334eaec8c6bd0c9118c318ceb3a503b7ac824.tar.zst gsoc2013-evolution-484334eaec8c6bd0c9118c318ceb3a503b7ac824.zip |
Fix IMAP get-mail to work; CORBA calls in the dispatch thread are a no-no.
svn path=/trunk/; revision=6620
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <peterw@helixcode.com> + + * 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 <fejj@helixcode.com> * mail-format.c (mail_generate_reply): Use the new quote_message |