summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-16 00:41:45 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-16 00:41:45 +0000
commit2317b52accbe49d161b6aaebec4003cd531d7f50 (patch)
tree1c022c61cf6cd7417c9c0edf923c7271fadeeb1a /imap
parent3262680f6c077294bc8faad8df4cc8be0f3f284b (diff)
Fix #378. From Brendan Cully.
Diffstat (limited to 'imap')
-rw-r--r--imap/message.c2
1 files changed, 1 insertions, 1 deletions
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));