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:
@ -140,11 +140,12 @@ struct _MuConfig {
|
||||
gchar *exec; /* command to execute on the
|
||||
* files for the matched
|
||||
* messages */
|
||||
gboolean include_dups; /* if there are multiple messages with
|
||||
* the same msgid, show all of them,
|
||||
* not just the first */
|
||||
gboolean skip_related; /* do not include related messages in
|
||||
* results */
|
||||
gboolean skip_dups; /* if there are multiple
|
||||
* messages with the same
|
||||
* msgid, show only the first
|
||||
* one */
|
||||
gboolean include_related; /* included related messages
|
||||
* in results */
|
||||
/* for find and cind */
|
||||
time_t after; /* only show messages or
|
||||
* addresses last seen after
|
||||
|
||||
Reference in New Issue
Block a user