diff -u isync-1.0.4/debian/changelog isync-1.0.4/debian/changelog
--- isync-1.0.4/debian/changelog
+++ isync-1.0.4/debian/changelog
@@ -1,3 +1,9 @@
+isync (1.0.4-1+df7cb1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+ -- Christoph Berg <myon@debian.org>  Wed, 11 Jun 2008 23:02:39 +0200
+
 isync (1.0.4-1) unstable; urgency=low
 
   * The second "thanks Christian" release.
only in patch2:
unchanged:
--- isync-1.0.4.orig/src/drv_imap.c
+++ isync-1.0.4/src/drv_imap.c
@@ -1678,7 +1678,7 @@
 	int ret;
 
 	imap->boxes = 0;
-	if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s%%\"", ctx->prefix )) != DRV_OK)
+	if ((ret = imap_exec_b( ctx, 0, "LIST \"\" \"%s*\"", ctx->prefix )) != DRV_OK)
 		return ret;
 	*retb = imap->boxes;
 	return DRV_OK;
