=== modified file 'plugins/mail-to-task/mail-to-task.c'
--- plugins/mail-to-task/mail-to-task.c	2013-02-16 06:06:10 +0000
+++ plugins/mail-to-task/mail-to-task.c	2013-04-15 04:28:30 +0000
@@ -1038,7 +1038,8 @@
 	/* free memory */
 	g_object_unref (data->client);
 	em_utils_uids_free (uids);
-	g_object_unref (folder);
+    /* Should not unref folder here */
+	//g_object_unref (folder);
 	g_free (data->selected_text);
 	g_free (data);
 	data = NULL;

