* remove the --summary option (mu view, mu find), add the --after option (mu

find). see the documentation for details.
This commit is contained in:
djcb
2012-07-12 18:09:04 +03:00
parent d6ccf64ea8
commit 8f6d7b8388
4 changed files with 10 additions and 41 deletions

View File

@ -119,7 +119,7 @@ struct _MuConfig {
gboolean reverse; /* sort in revers order (z->a) */
gboolean threads; /* show message threads */
gboolean summary; /* include a summary? */
gboolean summary; /* OBSOLETE: use summary_len */
int summary_len; /* max # of lines for summary */
char *bookmark; /* use bookmark */