From 2317b52accbe49d161b6aaebec4003cd531d7f50 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 16 Feb 2001 00:41:45 +0000 Subject: Fix #378. From Brendan Cully. --- imap/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap') diff --git a/imap/message.c b/imap/message.c index b3a14e83..8e7964db 100644 --- a/imap/message.c +++ b/imap/message.c @@ -541,7 +541,7 @@ int imap_copy_messages (CONTEXT* ctx, HEADER* h, char* dest, int delete) { dprint (3, (debugfile, "imap_copy_message: %s not same server as %s\n", dest, ctx->path)); - goto fail; + return 1; } imap_fix_path (idata, mx.mbox, cmd, sizeof (cmd)); -- cgit v1.2.3