diff options
Diffstat (limited to 'libemail-engine/e-mail-folder-utils.c')
-rw-r--r-- | libemail-engine/e-mail-folder-utils.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libemail-engine/e-mail-folder-utils.c b/libemail-engine/e-mail-folder-utils.c index 0e8c5b56c3..ddf2bcf54d 100644 --- a/libemail-engine/e-mail-folder-utils.c +++ b/libemail-engine/e-mail-folder-utils.c @@ -361,9 +361,9 @@ mail_folder_find_duplicate_messages_thread (GSimpleAsyncResult *simple, static GHashTable * emfu_get_messages_hash_sync (CamelFolder *folder, - GPtrArray *message_uids, - GCancellable *cancellable, - GError **error) + GPtrArray *message_uids, + GCancellable *cancellable, + GError **error) { GHashTable *hash_table; CamelMimeMessage *message; @@ -877,7 +877,9 @@ e_mail_folder_remove_sync (CamelFolder *folder, if (cancellable) { transparent_cancellable = g_cancellable_new (); - cbid = g_cancellable_connect (cancellable, G_CALLBACK (follow_cancel_cb), transparent_cancellable, NULL); + cbid = g_cancellable_connect ( + cancellable, G_CALLBACK (follow_cancel_cb), + transparent_cancellable, NULL); } success = mail_folder_remove_recursive ( |