Skip to content

Commit

Permalink
doveadm-mailbox-delete: Restore recursive parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and GitLab committed May 18, 2016
1 parent c7fd0af commit 4b5a2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-mail-mailbox.c
Expand Up @@ -685,6 +685,7 @@ struct doveadm_cmd_ver2 doveadm_cmd_mailbox_delete_ver2 = {
DOVEADM_CMD_PARAMS_START
DOVEADM_CMD_MAIL_COMMON
DOVEADM_CMD_PARAM('s', "subscriptions", CMD_PARAM_BOOL, 0)
DOVEADM_CMD_PARAM('r', "recursive", CMD_PARAM_BOOL, 0)
DOVEADM_CMD_PARAM('\0', "mailbox", CMD_PARAM_ARRAY, CMD_PARAM_FLAG_POSITIONAL)
DOVEADM_CMD_PARAMS_END
};
Expand Down

0 comments on commit 4b5a2e9

Please sign in to comment.