diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-23 08:13:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-23 08:13:08 +0800 |
commit | b863a7b2772d17f31fef3febaa2967be632190c0 (patch) | |
tree | 68821226748a456a5c56af8ec56c361aecc3b5c5 /mail/mail-ops.h | |
parent | b66e5a238a6417d7da9efc1cf76d6a0f96346848 (diff) | |
download | gsoc2013-evolution-b863a7b2772d17f31fef3febaa2967be632190c0.tar.gz 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/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 262515501b..e9c9caa91a 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -140,7 +140,8 @@ void mail_fetch_mail (const char *source, int keep, void *data); void mail_filter_folder (CamelFolder *source_folder, GPtrArray *uids, - const char *type, CamelOperation *cancel); + const char *type, gboolean notify, + CamelOperation *cancel); /* convenience function for above */ void mail_filter_on_demand (CamelFolder *folder, GPtrArray *uids); |