From bbb5bf71555a351bce1ab8353ee0d961d5523d65 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 8 Sep 2000 16:52:48 +0000 Subject: Fixed some warnings. 2000-09-08 Christopher James Lahey * folder-browser.c, mail-config-gui.c, mail-ops.c: Fixed some warnings. * message-list.c: Added base ETableModel functions. svn path=/trunk/; revision=5268 --- mail/mail-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 5c3ab58eac..8a507e01fc 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -176,8 +176,8 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex) free_info = TRUE; } - filter_driver_run (filter, message, input->destination, - info, FILTER_SOURCE_INCOMING, + filter_driver_run (filter, message, info, + input->destination, FILTER_SOURCE_INCOMING, input->hook_func, input->hook_data, TRUE, ex); -- cgit v1.2.3