You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm running this command on version 7.5.0 installed through pipx (as the latest linux binary gave some python error probably due to missing dependencies, but this is not the point):
mdedup -E <moved _mails_dir> -e maildir --size-threshold -1 --content-threshold -1 -s select-one -a move-discarded -v DEBUG <source_dir>`
and no action is performed. This is part of output:
`debug: 1 mails sharing hash b68115c53e2ad65df5e9c7c9853f7dfc0d971c6e4152d08d5a4c6683
debug: <DuplicateSet hash=b68115c53e2ad65df5e9c7c9853f7dfc0d971c6e4152d08d5a4c6683 size=1> created.
info: Check mail differences are below the thresholds.
info: Skip checking for size differences.
info: Skip checking for content differences.
debug: Apply <function select_one at 0x7f00abcf14e0>...
warning: Skip set: all 1 mails within were selected. The strategy criterion was not able to discard some.
I tried various strategies and threshold to no avail.
Maybe it's similar to this closed issue, I don't know.
Thanks in advance for any help or directions PS: I noticed that the short option for --content-threshold, which is -C, conflicts with short option for --config, which is also -C... am I supposed to open another issue for this?
The text was updated successfully, but these errors were encountered:
Hello, i'm running this command on version 7.5.0 installed through pipx (as the latest linux binary gave some python error probably due to missing dependencies, but this is not the point):
I tried various strategies and threshold to no avail.
Maybe it's similar to this closed issue, I don't know.
Thanks in advance for any help or directions
PS: I noticed that the short option for
--content-threshold
, which is-C
, conflicts with short option for--config
, which is also-C
... am I supposed to open another issue for this?The text was updated successfully, but these errors were encountered: