* mu-config,mu-index: rename --empty -> --rebuild, small changes for maildir stuff

This commit is contained in:
Dirk-Jan C. Binnema
2010-02-08 21:21:30 +02:00
parent 8f825b4816
commit c141d9436c
3 changed files with 13 additions and 11 deletions

View File

@ -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,