reassign 422800 evolution-data-server 1.10.1-2
found 422800 2.22.3-1
tag 422800 + patch
thanks

According to upstream, this bug should be fixed by applying the attached
patch, but it would require testing.

Could you try applying this patch to evolution-data-server, upgrading it
and check whether it is fixed?

Thanks,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.
--- camel/providers/imap/camel-imap-folder.c.orig	2008-10-23 11:26:24.314157759 +0200
+++ camel/providers/imap/camel-imap-folder.c	2008-10-23 11:27:13.086188561 +0200
@@ -1811,13 +1811,13 @@
 				handle_copyuid (response, source, destination);
 			if (response)
 				handle_copyuid_copy_user_tags (response, source, destination);
-			camel_imap_response_free (store, response);
 
-			if (!camel_exception_is_set(ex) && delete_originals) {
+			if (response && !camel_exception_is_set(ex) && delete_originals) {
 				for (i=last;i<uid;i++)
 					camel_folder_delete_message(source, uids->pdata[i]);
 				last = uid;
 			}
+			camel_imap_response_free (store, response);
 		}
 		g_free (uidset);
 	}

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to