diff options
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 0a093b25ce..1be4dc68bc 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -32,8 +32,9 @@ void mail_do_fetch_mail (const gchar *source_url, gboolean keep_on_server, CamelFolder *destination, gpointer hook_func, gpointer hook_data); -void mail_do_filter_ondemand (FilterContext *context, CamelFolder *source, - CamelFolder *destination); + +void mail_do_filter_ondemand (CamelFolder *source, GPtrArray *uids); + void mail_do_send_mail (const char *xport_uri, CamelMimeMessage *message, CamelFolder *done_folder, |