Merge branch 'stable'
1 files changed, 2 insertions(+), 0 deletions(-) M imap/imap.c
M imap/imap.c => imap/imap.c +2 -0
@@ 2466,6 2466,7 @@ int imap_complete(char* dest, size_t dlen, const char* path) return 0; } FREE (&mx.mbox); return -1; } @@ 2500,6 2501,7 @@ int imap_fast_trash (CONTEXT* ctx, char* dest) { dprint (3, (debugfile, "imap_fast_trash: %s not same server as %s\n", dest, ctx->path)); FREE (&mx.mbox); return 1; }