[evolution/gnome-2-28] Fix a compiler error



commit 6660aa57d943066bdd14751dae8a26e8a2cd32dd
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Wed Nov 4 14:29:07 2009 +0000

    Fix a compiler error

 mail/mail-ops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index b25056a..ff0fa46 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -623,7 +623,7 @@ mail_send_message(CamelFolder *queue, const gchar *uid, const gchar *destination
 	if (!camel_exception_is_set(ex)) {
 		camel_folder_set_message_flags (queue, uid, CAMEL_MESSAGE_DELETED|CAMEL_MESSAGE_SEEN, ~0);
 		/* Sync it to disk, since if it crashes in between, we keep sending it again on next start. */
-		camel_folder_sync (queue, FALSE);
+		camel_folder_sync (queue, FALSE, NULL);
 	}
 
 	if (err->len) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]