Preliminary checks
Describe the bug
I have an assertion failing: mail_selected is not in mail_copied, mail_moved, mail_deleted.
| Mails |
Metric |
| Rejected |
1 |
| Discarded |
1073 |
| Selected |
1074 |
| Deleted |
1073 |
| Duplicate sets |
Metric |
| Skipped - Content |
1 |
| Deduplicated |
1073 |
To reproduce
$ mdedup mail/* mail2/* -s discard-matching-path -r "^/home/user/mail2/*" -a delete-discarded -n
Expected behavior
I'm guessing this is a simple case of subtracting rejected or skipped from selected, but if you actually do need a lot more data to debug this, let me know.
Preliminary checks
Describe the bug
I have an assertion failing:
mail_selectedis not inmail_copied,mail_moved,mail_deleted.To reproduce
Expected behavior
I'm guessing this is a simple case of subtracting rejected or skipped from selected, but if you actually do need a lot more data to debug this, let me know.