-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-downloaded copies of same (IMAP) messages are found by removedupes to have different bodies #191
Comments
Please check what happens if you remove "Number of lines" from the comparison criteria. Thunderbird has this problem where it sometimes appends 1-2 empty lines to the end of the message, when storing it. Once you've removed this (and maybe other) comparison criteria and start seeing dupes, you again add criteria until you get the exact kinds of dupes you're interested in. |
That's not it. Here are my settings.
Thanks.
<img width="229" alt="Capture_2023-09-22" src="https://github.com/eyalroz/removedupes/assets/517900/9ace0597-e72a-4a7a-a17a-2d3d915b6b5e">
|
Well, the first point of note is that the "extra empty line" issue can sneak in through the body comparison. But regardless - please gradually remove comparison criteria, one by one, and rerun the dupe check - until either you get dupes or you've removed all criteria. Also, please check whether the Error Console has any warning or error messages mentioning "removedupes". The console is on the menus, under Tools | Developer Tools | Error Console. |
Is there any other info./testing that I can provide? BTW, could this be related to issue 179 (Comparison of subjects with Unicode symbols fails)? |
Hi, For me, I have 2 imap accounts, which receive both separate as well as identical emails. Due to the different pathways, the headers between duplicate emails can be quite different, but apparently, the linecount can also differ by 1 or 2, as @eyalroz indicated above. Could this be solved by adding a "ignore whitespace" option to the body comparison? Also, as a feature idea, it would be nice to be able to select two messages for comparison to see exactly where they are considered to be the same and where they differ. This would help greatly with criteria adjustment... Thank you for providing this very essential functionality (I mean duperemove)! @eyalroz |
Hi JDrewes, |
I downloaded 5 messages twice from the same account. When comparing without Body, I get 5 pairs of 2 duplicates. When comparing with Body, I get "No duplicates found". |
Thanks. That confirms it for me. There is either a (big?) change in TB 115 or an error in the Body comparison code. eyalroz, please, give us an update. |
I found the culprit: get MsgService in RemoveDupes.MessengerOverlay.messageBodyFromURI() fails. RemoveDupes.MessengerOverlay.messageBodyFromURI = function (msgURI) {
|
I have a fix: messenger.messageServiceFromURI is not a function; Try using the MailServices.messageServiceFromURI function. |
I can also confirm something isnt working correctly. I use basic gmail forwarding. I am trying to cleanup the email between the accounts, I used to look for matching message-id values, but now nothing is found (I have manually compared several messages and their ID do match). Even searching for the same Author/Subject/Send Time (using seconds) and I get nothing. |
Hello everyone, as you may be aware - there is a war going on here; I don't live in Gaza, I live in the Israeli-controlled part of Palestine - but here too there a bunch of government repression, and logistical trouble for a lot of people who have been either evacuated or told not to go to work etc. which volunteers in charitable organizations try to deal with, each in their own context. Plus I always have other obligations before removedupes maintenance, so - my apologies for not replying earlier. @5TjpWBU2wkwHpFDb wrote:
Ok, so - let's make this bug page about just this specific issue, and nothing else. All commenters - if you have a similar/related problem, but not identical to this one - please open a separate issue. @5TjpWBU2wkwHpFDb - if you move two of the duplicate-except-for-body messages into a local folder, does the problem persist? If it does, can you zip that folder and send it to me or attach it here? I would prefer messages which are as small and simple as possible. |
Eyal, I understand. |
I double-downloaded from an IMAP account to a local folder. So, many guaranteed dups. I even manually verified a few messages/files. No joy here: "No duplicates found."
Troubleshooting_Information_2023-09-21.txt
Additonal info (from Error Console): "Error: utils-message.js:2:1"
Thanks.
The text was updated successfully, but these errors were encountered: