diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-09 00:52:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-09 00:52:48 +0800 |
commit | bbb5bf71555a351bce1ab8353ee0d961d5523d65 (patch) | |
tree | 1037edde01f5193285366538089d4a609862f519 /mail/mail-ops.c | |
parent | 48c3fcd45d757f8e60e7ed37ca96fd843e690d0b (diff) | |
download | gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar.gz gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar.bz2 gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar.lz gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar.xz gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.tar.zst gsoc2013-evolution-bbb5bf71555a351bce1ab8353ee0d961d5523d65.zip |
Fixed some warnings.
2000-09-08 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |