* add the --summary-len options (defaults at zero)

(the '--summary' option has been removed, instead it's implied from
summary-len > 0)
This commit is contained in:
djcb
2010-08-15 14:58:34 +03:00
parent 9e24a093a7
commit 00212179f1
2 changed files with 5 additions and 6 deletions

View File

@ -55,7 +55,6 @@ struct _MuConfigOptions {
char *fields; /* fields to show in output */
char *sortfield; /* field to sort by (string) */
gboolean descending; /* sort descending? */
gboolean summary; /* output summary of mail */
unsigned summary_len; /* max # of lines of msg in summary */
/* output to a maildir with symlinks */