diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-12 03:12:22 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-12 03:12:22 +0800 |
commit | 5d208f8e61abf68598d3384a7559d3f27ecc27f9 (patch) | |
tree | a1fab510ac9d26bf57fb68e4cb8888e55c0ff4a1 /camel/ChangeLog | |
parent | 76d4c1fa56ec4c02d68ad39ac847890936a4c098 (diff) | |
download | gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar.gz gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar.bz2 gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar.lz gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar.xz gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.tar.zst gsoc2013-evolution-5d208f8e61abf68598d3384a7559d3f27ecc27f9.zip |
Run the filter in its own thread to prevent locking issues.
2001-07-11 Peter Williams <peterw@ximian.com>
* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
Run the filter in its own thread to prevent locking issues.
(imap_filter_timeout): New function that does the filtering called
as a CamelSession timeout.
svn path=/trunk/; revision=11011
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 650030e65e..f585f3e4bd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-07-11 Peter Williams <peterw@ximian.com> + + * providers/imap/camel-imap-folder.c (camel_imap_folder_changed): + Run the filter in its own thread to prevent locking issues. + (imap_filter_timeout): New function that does the filtering called + as a CamelSession timeout. + 2001-07-11 Not Zed <NotZed@Ximian.com> * camel-filter-driver.c (camel_filter_driver_filter_mbox): Create |