From 0887fc650f5b6f37cbbaa84d3edd121fd83ba85d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 24 Oct 2000 02:53:01 +0000 Subject: Apply outgoing filters to the message. 2000-10-23 Jeffrey Stedfast * mail-ops.c (do_send_mail): Apply outgoing filters to the message. svn path=/trunk/; revision=6140 --- mail/mail-callbacks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index 18bcbecf70..e6f6e4c59e 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -702,7 +702,7 @@ filter_edit (BonoboUIComponent *uih, void *user_data, const char *path) char *user, *system; GtkWidget *w; - fc = filter_context_new(); + fc = filter_context_new (); user = g_strdup_printf ("%s/filters.xml", evolution_dir); system = g_strdup_printf ("%s/evolution/filtertypes.xml", EVOLUTION_DATADIR); rule_context_load ((RuleContext *)fc, system, user); @@ -731,7 +731,7 @@ filter_edit (BonoboUIComponent *uih, void *user_data, const char *path) void vfolder_edit_vfolders (BonoboUIComponent *uih, void *user_data, const char *path) { - vfolder_edit(); + vfolder_edit (); } void -- cgit v1.2.3