From a91eeb647138ee035444cdc3c265fa4e95898f29 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Jul 2010 11:04:23 -0400 Subject: Pass GCancellable to Camel. --- plugins/mail-to-task/mail-to-task.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/mail-to-task') diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index 86663cc3b5..88d9d09e3a 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -780,7 +780,10 @@ do_mail_to_event (AsyncData *data) struct _manage_comp *mc; /* retrieve the message from the CamelFolder */ - message = camel_folder_get_message (folder, g_ptr_array_index (uids, i), NULL); + /* FIXME Not passing a GCancellable or GError. */ + message = camel_folder_get_message ( + folder, g_ptr_array_index (uids, i), + NULL, NULL); if (!message) { continue; } -- cgit v1.2.3