diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-28 10:10:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-28 10:10:55 +0800 |
commit | 26fccb498293b89b9bef804fc85436e00a4ee1cd (patch) | |
tree | 5c9406f58de500b3c592d06db453d643cdfd720a /mail/ChangeLog | |
parent | 2a50dfdd2898626fc5e2315742ab4022536cf7e3 (diff) | |
download | gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar.gz gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar.bz2 gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar.lz gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar.xz gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.tar.zst gsoc2013-evolution-26fccb498293b89b9bef804fc85436e00a4ee1cd.zip |
This needs to run from the main thread, not the camel thread, so add a
* mail-local.c (local_folder_changed): This needs to run from the
main thread, not the camel thread, so add a proxy signal handler
to call mail_op_forward_event. Fixes hangs (eg bugzilla #909).
svn path=/trunk/; revision=6687
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 75fe25210f..d7b1bc3179 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-11-27 Dan Winship <danw@helixcode.com> + + * mail-local.c (local_folder_changed): This needs to run from the + main thread, not the camel thread, so add a proxy signal handler + to call mail_op_forward_event. Fixes hangs (eg bugzilla #909). + 2000-11-27 Jeffrey Stedfast <fejj@helixcode.com> * mail-display.c: Removed some unecessary debugging printf's |