* 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:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user