* add --skip-msgid-dups / -u option to mu find, document it

This commit is contained in:
djcb
2012-12-16 15:25:14 +02:00
parent 2f9dd78bb0
commit 76e8d1e6de
4 changed files with 18 additions and 1 deletions

View File

@ -213,6 +213,10 @@ config_options_group_find (void)
"use a bookmarked query", "<bookmark>"},
{"reverse", 'z', 0, G_OPTION_ARG_NONE, &MU_CONFIG.reverse,
"sort in reverse (descending) order (z -> a)", NULL},
{"no-msgid-dups", 'u', 0, G_OPTION_ARG_NONE,
&MU_CONFIG.no_msgid_dups,
"only show the first of multiple messages with the same "
"message-id (false)", NULL},
{"linksdir", 0, 0, G_OPTION_ARG_STRING, &MU_CONFIG.linksdir,
"output as symbolic links to a target maildir", "<dir>"},
{"clearlinks", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.clearlinks,