Skip to content

Commit

Permalink
imapc: Fix APPEND error message to include APPEND, not COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and GitLab committed Jun 12, 2017
1 parent ab838f1 commit 68e81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/index/imapc/imapc-save.c
Expand Up @@ -171,7 +171,7 @@ static void imapc_save_callback(const struct imapc_command_reply *reply,
ctx->ret = -1;
} else {
mail_storage_set_critical(&ctx->ctx->mbox->storage->storage,
"imapc: COPY failed: %s", reply->text_full);
"imapc: APPEND failed: %s", reply->text_full);
ctx->ret = -1;
}
imapc_client_stop(ctx->ctx->mbox->storage->client->client);
Expand Down

0 comments on commit 68e81f0

Please sign in to comment.