Skip to content

Commit

Permalink
doveadm-mail-index: Use integer parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Feb 29, 2016
1 parent 489301e commit a81dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/doveadm-mail-index.c
Expand Up @@ -281,7 +281,7 @@ struct doveadm_cmd_ver2 doveadm_cmd_index_ver2 = {
DOVEADM_CMD_PARAMS_START
DOVEADM_CMD_MAIL_COMMON
DOVEADM_CMD_PARAM('q',"queue",CMD_PARAM_BOOL,0)
DOVEADM_CMD_PARAM('n',"max-recent",CMD_PARAM_STR,0)
DOVEADM_CMD_PARAM('n',"max-recent",CMD_PARAM_INT64,0)
DOVEADM_CMD_PARAM('\0',"mailbox-mask",CMD_PARAM_STR,CMD_PARAM_FLAG_POSITIONAL)
DOVEADM_CMD_PARAMS_END
};

0 comments on commit a81dccf

Please sign in to comment.