5TjpWBU2wkwHpFDb

Results 8 comments of 5TjpWBU2wkwHpFDb

Got it. I ran a few tests. It seems that only issue is Body. I kept Status-Flags and Number-of-lines-in-message turned OFF. If I specified MessageID, Folder, From, To, CC, Subject,...

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 JDrewes, Could you do me a favor? Double-download some messages from 1 account/pathway; run remove duplicates w/o Body, don't delete, (how many dupes?); run remove duplicates with Body, (how...

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. I added some diagnostic/status messages. I get the "Get MsgService . . ." messages in the Error console, but no "Got...

I have a fix: messenger.messageServiceFromURI is not a function; Try using the MailServices.messageServiceFromURI function. https://forums.mozillazine.org/viewtopic.php?p=14960035&sid=b9c05d0ec6b2e4640955fa7c7429df84#p14960035 https://forums.mozillazine.org/viewtopic.php?p=14960023&sid=b9c05d0ec6b2e4640955fa7c7429df84#p14960023 I have tested it and it works now. I will try to upload a...