debdiff isync_1.0.3-3.dsc isync_1.0.3-3he1.dsc
 isync-1.0.3/debian/changelog |    6 ++++++
 src/drv_imap.c               |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff -u isync-1.0.3/debian/changelog isync-1.0.3/debian/changelog
--- isync-1.0.3/debian/changelog
+++ isync-1.0.3/debian/changelog
@@ -1,3 +1,9 @@
+isync (1.0.3-3he1) local; urgency=low
+
+  * HE patch.
+
+ -- Christoph Berg <myon@debian.org>  Mon, 02 Jul 2007 16:49:22 +0200
+
 isync (1.0.3-3) unstable; urgency=low
 
   * The "thanks Christian" release.
only in patch2:
unchanged:
--- isync-1.0.3.orig/src/drv_imap.c
+++ isync-1.0.3/src/drv_imap.c
@@ -1676,7 +1676,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;
