Skip to content

Commit

Permalink
doveadm-print: Add flag indicating number-only field
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Feb 1, 2016
1 parent 589a288 commit fe5fcad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doveadm/doveadm-print.h
Expand Up @@ -10,7 +10,8 @@ enum doveadm_print_header_flags {
DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY = 0x01,
DOVEADM_PRINT_HEADER_FLAG_STICKY = 0x02,
DOVEADM_PRINT_HEADER_FLAG_HIDE_TITLE = 0x04,
DOVEADM_PRINT_HEADER_FLAG_EXPAND = 0x08
DOVEADM_PRINT_HEADER_FLAG_EXPAND = 0x08,
DOVEADM_PRINT_HEADER_FLAG_NUMBER = 0x10
};

extern const struct doveadm_print_vfuncs *doveadm_print_vfuncs_all[];
Expand Down

0 comments on commit fe5fcad

Please sign in to comment.