aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index c3a5e5723f..c32ae707bd 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -480,14 +480,12 @@ register_folder_register(struct _mail_msg *mm)
meta = load_metainfo (name);
g_free (name);
- camel_operation_register (mm->cancel);
name = g_strdup_printf ("%s:%s", meta->format, path);
store = camel_session_get_store (session, name, &mm->ex);
g_free (name);
if (!store) {
free_metainfo (meta);
- camel_operation_unregister (mm->cancel);
return;
}
@@ -498,8 +496,6 @@ register_folder_register(struct _mail_msg *mm)
camel_object_unref (CAMEL_OBJECT (store));
free_metainfo (meta);
-
- camel_operation_unregister(mm->cancel);
}
static void