Skip to content

Commit

Permalink
doveadm-sieve: Fixed copy-paste stupidity in previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed May 17, 2016
1 parent b47c3a0 commit 5f4db18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/doveadm-sieve/doveadm-sieve-cmd-delete.c
Expand Up @@ -105,7 +105,7 @@ cmd_sieve_delete_alloc(void)
return &ctx->ctx.ctx;
}

struct doveadm_cmd_ver2 doveadm_sieve_cmd_put = {
struct doveadm_cmd_ver2 doveadm_sieve_cmd_delete = {
.name = "sieve delete",
.mail_cmd = cmd_sieve_delete_alloc,
.usage = DOVEADM_CMD_MAIL_USAGE_PREFIX"[-a] <scriptname> [...]",
Expand Down

0 comments on commit 5f4db18

Please sign in to comment.