Revert "mu: default to include related, skip dups"

Changing the default for 'mu find' turns out to be  a bit too disruptive for people
that use `mu find` for scripting... so let's revert this for now.

This reverts commit f86ed12eb3.
This commit is contained in:
Dirk-Jan C. Binnema
2019-12-28 07:48:06 +02:00
parent dea577297f
commit 8cef8ac69c
5 changed files with 24 additions and 35 deletions

View File

@ -88,7 +88,7 @@ search (const char* query, unsigned expected)
{
gchar *cmdline, *output, *erroutput;
cmdline = g_strdup_printf ("%s find --muhome=%s %s --skip-related --include-dups",
cmdline = g_strdup_printf ("%s find --muhome=%s %s",
MU_PROGRAM, DBPATH, query);
if (g_test_verbose())