This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript -e 'tell app "TextMate" to reload bundles' |
NewerOlder