From 8da4ff383a11bb9f62a8bccfb0b3711edda17761 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 24 Aug 2013 11:20:26 +0300 Subject: [PATCH] * mu-find: add the summary-len option --- mu/mu-config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mu/mu-config.c b/mu/mu-config.c index 259f2098..bfd1e104 100644 --- a/mu/mu-config.c +++ b/mu/mu-config.c @@ -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')", ""}, + {"summary-len", 0, 0, G_OPTION_ARG_INT, &MU_CONFIG.summary_len, + "use up to lines for the summary, or 0 for none (0)", + ""}, {"exec", 'e', 0, G_OPTION_ARG_STRING, &MU_CONFIG.exec, "execute command on each match message", ""}, {"after", 0, 0, G_OPTION_ARG_INT, &MU_CONFIG.after,