From 7af1775c3dbf23208c05db068ce7648bf4d4a5f4 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 2 Feb 2010 21:54:00 +0200 Subject: [PATCH] * mu-config: add some missing struct members in init --- src/mu-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mu-config.c b/src/mu-config.c index 1ab993fd..d7c2e5a5 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -66,9 +66,9 @@ config_options_group_index (MuConfigOptions *opts) {"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"}, + "empty the database before indexing", NULL}, {"autoupgrade", 'u', 0, G_OPTION_ARG_NONE, &opts->autoupgrade, - "automatically upgrade the database with new mu versions"}, + "automatically upgrade the database with new mu versions", NULL}, {"nocleanup", 'n', 0, G_OPTION_ARG_NONE, &opts->nocleanup, "don't clean up the database after indexing", NULL}, { NULL, 0, 0, 0, NULL, NULL, NULL }