* add support for finding related messages to mu-find, mu4e, this does *not*
include the actual implementation though
This commit is contained in:
@ -216,6 +216,9 @@ config_options_group_find (void)
|
||||
{"skip-dups", 'u', 0, G_OPTION_ARG_NONE,
|
||||
&MU_CONFIG.skip_dups,
|
||||
"show only the first of messages duplicates (false)", NULL},
|
||||
{"include-related", 'r', 0, G_OPTION_ARG_NONE,
|
||||
&MU_CONFIG.include_related,
|
||||
"include related messages in results (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,
|
||||
|
||||
Reference in New Issue
Block a user