* enable the --threads/t argument for mu-find / queries

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-19 21:03:33 +03:00
parent 1e945e301f
commit 9a5888f7c8
4 changed files with 8 additions and 4 deletions

View File

@ -162,6 +162,8 @@ config_options_group_find (MuConfig *opts)
"fields to display in the output", NULL},
{"sortfield", 's', 0, G_OPTION_ARG_STRING, &opts->sortfield,
"field to sort on", NULL},
{"threads", 't', 0, G_OPTION_ARG_NONE, &opts->threads,
"show message threads", NULL},
{"bookmark", 'b', 0, G_OPTION_ARG_STRING, &opts->bookmark,
"use a bookmarked query", NULL},
{"descending", 'z', 0, G_OPTION_ARG_NONE, &opts->descending,