aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-23 00:31:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-23 00:31:31 +0800
commit473ffc5eee5529f90648e0dff2e356ee7d72c10d (patch)
tree032ea386a2a6f22cbba0a7ed10d85778bafa801d /mail/mail-ops.c
parent0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff (diff)
downloadgsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar.gz
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar.bz2
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar.lz
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar.xz
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.tar.zst
gsoc2013-evolution-473ffc5eee5529f90648e0dff2e356ee7d72c10d.zip
Updated to reflect changes to the filter-driver code.
2001-02-22 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_message): Updated to reflect changes to the filter-driver code. svn path=/trunk/; revision=8347
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 9e75eb36a0..f512c11e14 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -487,7 +487,8 @@ mail_send_message(CamelMimeMessage *message, const char *destination, CamelFilte
info->flags = CAMEL_MESSAGE_SEEN;
if (driver)
- camel_filter_driver_filter_message(driver, message, info, "", ex);
+ camel_filter_driver_filter_message (driver, message, info,
+ NULL, NULL, "", ex);
if (sent_folder)
camel_folder_append_message(sent_folder, message, info, ex);