From: Thomas Roessler Date: Fri, 16 Feb 2001 00:41:45 +0000 (+0000) Subject: Fix #378. From Brendan Cully. X-Git-Tag: mutt-1-3-16-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2317b52accbe49d161b6aaebec4003cd531d7f50;p=mutt Fix #378. From Brendan Cully. --- 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));