* mu-find: add the summary-len option

This commit is contained in:
djcb 2013-08-24 11:20:26 +03:00
parent 2446b4d4a3
commit 8da4ff383a
1 changed files with 3 additions and 0 deletions

View File

@ -224,6 +224,9 @@ config_options_group_find (void)
{"format", 'o', 0, G_OPTION_ARG_STRING, &MU_CONFIG.formatstr,
"output format ('plain'(*), 'links', 'xml',"
"'sexp', 'xquery')", "<format>"},
{"summary-len", 0, 0, G_OPTION_ARG_INT, &MU_CONFIG.summary_len,
"use up to <n> lines for the summary, or 0 for none (0)",
"<len>"},
{"exec", 'e', 0, G_OPTION_ARG_STRING, &MU_CONFIG.exec,
"execute command on each match message", "<command>"},
{"after", 0, 0, G_OPTION_ARG_INT, &MU_CONFIG.after,