]> granicus.if.org Git - mutt/commitdiff
Fix #378. From Brendan Cully.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 16 Feb 2001 00:41:45 +0000 (00:41 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 16 Feb 2001 00:41:45 +0000 (00:41 +0000)
imap/message.c

index b3a14e83585a7bdc3262b6017a4c9a3fde559dbb..8e7964db636bab22fd886b45e5cc0af5cfddbfc7 100644 (file)
@@ -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));