* mu-config,mu-index: rename --empty -> --rebuild, small changes for maildir stuff
This commit is contained in:
@ -65,8 +65,8 @@ config_options_group_index (MuConfigOptions *opts)
|
||||
"top of the maildir", NULL},
|
||||
{"reindex", 'r', 0, G_OPTION_ARG_NONE, &opts->reindex,
|
||||
"index already indexed messages too", NULL},
|
||||
{"empty", 'y', 0, G_OPTION_ARG_NONE, &opts->empty,
|
||||
"empty the database before indexing", NULL},
|
||||
{"rebuild", 'y', 0, G_OPTION_ARG_NONE, &opts->rebuild,
|
||||
"rebuild the database from scratch", NULL},
|
||||
{"autoupgrade", 'u', 0, G_OPTION_ARG_NONE, &opts->autoupgrade,
|
||||
"automatically upgrade the database with new mu versions", NULL},
|
||||
{"nocleanup", 'n', 0, G_OPTION_ARG_NONE, &opts->nocleanup,
|
||||
|
||||
Reference in New Issue
Block a user