From c7467210a4019f52b337fd5fac27994dedf0c1b1 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 22 Dec 2012 21:12:52 +0200 Subject: [PATCH] * mu-config: cosmetic --- mu/mu-config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mu/mu-config.c b/mu/mu-config.c index 32e93f66..1d290fd5 100644 --- a/mu/mu-config.c +++ b/mu/mu-config.c @@ -215,8 +215,7 @@ config_options_group_find (void) "sort in reverse (descending) order (z -> a)", NULL}, {"no-dups", 'u', 0, G_OPTION_ARG_NONE, &MU_CONFIG.no_dups, - "show only the first of multiple messages duplicates (false)", - NULL}, + "show only the first of messages duplicates (false)", NULL}, {"linksdir", 0, 0, G_OPTION_ARG_STRING, &MU_CONFIG.linksdir, "output as symbolic links to a target maildir", ""}, {"clearlinks", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.clearlinks,