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 villesavolainen committed Jun 13, 2017
1 parent 92ca406 commit 5dc62de
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 @@ -177,7 +177,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 5dc62de

Please sign in to comment.