diff options
author | Not Zed <NotZed@Ximian.com> | 2002-10-04 11:00:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-10-04 11:00:23 +0800 |
commit | a2db8a30c8e384371c37c7396246505aa54fb58e (patch) | |
tree | ff5553f65cc646d7d97318d26cb91a7af2ac06d8 /camel/ChangeLog | |
parent | 9420fa7f8241d6eb25f69af5189929f6d9f37dc0 (diff) | |
download | gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar.gz gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar.bz2 gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar.lz gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar.xz gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.tar.zst gsoc2013-evolution-a2db8a30c8e384371c37c7396246505aa54fb58e.zip |
Dont get the filter driver inside the change_lock. Its not necessary, and
2002-10-03 Not Zed <NotZed@Ximian.com>
* camel-folder.c (folder_changed): Dont get the filter driver
inside the change_lock. Its not necessary, and can cause deadlock
with the way the mailer gets the filter driver via g_mainloop.
Should fix #31572.
svn path=/trunk/; revision=18321
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bc6747e81f..0a60f67c1f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-10-03 Not Zed <NotZed@Ximian.com> + + * camel-folder.c (folder_changed): Dont get the filter driver + inside the change_lock. Its not necessary, and can cause deadlock + with the way the mailer gets the filter driver via g_mainloop. + Should fix #31572. + 2002-10-02 Jeffrey Stedfast <fejj@ximian.com> * camel-charset-map.c (camel_charset_iso_to_windows): Map us-ascii |