From 1d14b82595683736d95faa9a2981dff94e45d75c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 2 Mar 2020 23:18:58 +0200 Subject: [PATCH] mu index: remove duplicate cmdline parameter --- mu/mu-config.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mu/mu-config.c b/mu/mu-config.c index b90744e0..4b06c140 100644 --- a/mu/mu-config.c +++ b/mu/mu-config.c @@ -186,10 +186,6 @@ config_options_group_index (void) {"lazy-check", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.lazycheck, "only check dir-timestamps (false)", NULL}, - {"my-address", 0, 0, G_OPTION_ARG_STRING_ARRAY, - &MU_CONFIG.my_addresses, - "my e-mail address; can be used multiple times", - "
"}, {"nocleanup", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.nocleanup, "don't clean up the database after indexing (false)", NULL}, {NULL, 0, 0, 0, NULL, NULL, NULL}