Added maxnum argument to mu find.

This commit is contained in:
Titus von der Malsburg
2013-09-27 16:11:04 +02:00
parent d6c01a5975
commit 86e6c6c693
4 changed files with 10 additions and 1 deletions

View File

@ -123,6 +123,7 @@ struct _MuConfig {
/* options for querying 'find' (and view-> 'summary') */
gchar *fields; /* fields to show in output */
gchar *sortfield; /* field to sort by (string) */
int maxnum; /* max # of entries to print */
gboolean reverse; /* sort in revers order (z->a) */
gboolean threads; /* show message threads */