aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-08 08:45:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-08 08:45:58 +0800
commite96bfc58ca850606a7c787636bc6e787266e6598 (patch)
tree5c833b88b17d7dac27cb5afb45f65dff89d6d02f /camel/ChangeLog
parent91aa52c36931748f4eb7f74d44d06ef77d834eac (diff)
downloadgsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar.gz
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar.bz2
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar.lz
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar.xz
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.tar.zst
gsoc2013-evolution-e96bfc58ca850606a7c787636bc6e787266e6598.zip
Flush the only-once actions.
2002-01-07 Jeffrey Stedfast <fejj@ximian.com> * camel-folder.c (filter_filter): Flush the only-once actions. * camel-filter-driver.c (camel_filter_driver_filter_message): Don't increment a filtered_count here any longer. (camel_filter_driver_reset_filtered_count): Removed. (camel_filter_driver_get_filtered_count): Removed. (do_beep): New action. (play_sound): New action to play a sound (do_only_once): Another new action. (camel_filter_driver_finalise): Free the only_once hash if the driver has not been "flushed". (camel_filter_driver_flush): Flush all of the only-once actions. svn path=/trunk/; revision=15262
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7255bebf28..d887f6a785 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,18 @@
2002-01-07 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-folder.c (filter_filter): Flush the only-once actions.
+
+ * camel-filter-driver.c (camel_filter_driver_filter_message):
+ Don't increment a filtered_count here any longer.
+ (camel_filter_driver_reset_filtered_count): Removed.
+ (camel_filter_driver_get_filtered_count): Removed.
+ (do_beep): New action.
+ (play_sound): New action to play a sound
+ (do_only_once): Another new action.
+ (camel_filter_driver_finalise): Free the only_once hash if the
+ driver has not been "flushed".
+ (camel_filter_driver_flush): Flush all of the only-once actions.
+
* camel-charset-map.c: Moved windows-1251 to the end of the list
since it contains the euro and we'd prefer to use iso-8859-15 when
the euro is requested than a windows charset if possible.