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 sirainen committed May 19, 2016
1 parent 744fa5a commit e17d7f4
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 e17d7f4

Please sign in to comment.