aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-23 08:13:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-23 08:13:08 +0800
commitb863a7b2772d17f31fef3febaa2967be632190c0 (patch)
tree68821226748a456a5c56af8ec56c361aecc3b5c5 /mail/ChangeLog
parentb66e5a238a6417d7da9efc1cf76d6a0f96346848 (diff)
downloadgsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.gz
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.bz2
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.lz
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.xz
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.zst
gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.zip
Now takes a boolean notify argument. If this is *not* set, then remove the
2002-01-22 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_filter_folder): Now takes a boolean notify argument. If this is *not* set, then remove the sound-notify filter rule that mail-session adds. Kinda kludgy, but good enough for the moment. * mail-callbacks.c (guess_me): Simplified. svn path=/trunk/; revision=15426
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bb96c9d103..6b88363369 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2002-01-22 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-ops.c (mail_filter_folder): Now takes a boolean notify
+ argument. If this is *not* set, then remove the sound-notify
+ filter rule that mail-session adds. Kinda kludgy, but good enough
+ for the moment.
+
* mail-callbacks.c (guess_me): Simplified.
2002-01-21 Jeffrey Stedfast <fejj@ximian.com>