Skip to content

Instantly share code, notes, and snippets.

diff -ur isync-1.0.4.orig/src/drv_imap.c isync-1.0.4/src/drv_imap.c
--- isync-1.0.4.orig/src/drv_imap.c 2007-09-22 10:44:12.000000000 +0200
+++ isync-1.0.4/src/drv_imap.c 2009-01-21 23:43:10.000000000 +0100
@@ -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;
osascript -e 'tell app "TextMate" to reload bundles'