diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-10 00:55:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-10 00:55:18 +0800 |
commit | a528ec34eff01a96915a4efc60f951aea7c8e1e2 (patch) | |
tree | a529aeecb805545189831fa6d38f5f0e16e9ee23 /filter/ChangeLog | |
parent | da81d58a58ee38735c49eb53ac2d4a8b5d5344c4 (diff) | |
download | gsoc2013-evolution-a528ec34eff01a96915a4efc60f951aea7c8e1e2.tar.gz gsoc2013-evolution-a528ec34eff01a96915a4efc60f951aea7c8e1e2.tar.zst gsoc2013-evolution-a528ec34eff01a96915a4efc60f951aea7c8e1e2.zip |
Updated to not emit the folder_changed signal when a message is appended
2000-09-09 Jeffrey Stedfast <fejj@helixcode.com>
* filter-driver.c (filter_driver_run): Updated to not emit the
folder_changed signal when a message is appended to the default
mailbox - lets leave that up to the caller so we don't queue up a
bunch of these emits if the caller is downloading messages for
example.
svn path=/trunk/; revision=5285
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 5f0aafbe13..b973459a70 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,11 @@ +2000-09-09 Jeffrey Stedfast <fejj@helixcode.com> + + * filter-driver.c (filter_driver_run): Updated to not emit the + folder_changed signal when a message is appended to the default + mailbox - lets leave that up to the caller so we don't queue up a + bunch of these emits if the caller is downloading messages for + example. + 2000-09-08 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Added scoring xml stuffs |