* minor stuff / cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-31 12:16:00 +03:00
parent 424d012085
commit 5c2417a041
5 changed files with 23 additions and 4 deletions

View File

@ -108,7 +108,7 @@ struct _MuConfig {
/* options for querying 'find' (and view-> 'summary') */
char *fields; /* fields to show in output */
char *sortfield; /* field to sort by (string) */
gboolean descending; /* sort descending? */
gboolean descending; /* sort descending (z->a)? */
gboolean threads; /* show message threads */
gboolean summary; /* include a summary? */
char *bookmark; /* use bookmark */