Skip to content
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

removedupes not removing dupes #243

Open
phazell opened this issue Jan 21, 2025 · 3 comments
Open

removedupes not removing dupes #243

phazell opened this issue Jan 21, 2025 · 3 comments

Comments

@phazell
Copy link

phazell commented Jan 21, 2025

Thunderbird status bar says selected duplicated messages are being moved to Trash, but they remain in original folders. Error console has one removedupes entry, which does not seem directly related:

Referrer Policy: Ignoring the less restricted referrer policy “no-referrer-when-downgrade” for the cross-site request: https://raw.githubusercontent.com/eyalroz/removedupes/master/.github/images/basic_screenshot.png 2 basic_screenshot.png

Thunderbird Desktop 128.6.0esr
Windows 11 Home 24H2

@phazell
Copy link
Author

phazell commented Jan 21, 2025

Additional Error console entries generated:

Failed obtaining the messages iterator for folder Trash removedupes.js:527:17
populateDupeSetsHash chrome://removedupes/content/removedupes.js:527
processMessagesInCollectedFoldersPhase2 chrome://removedupes/content/removedupes.js:269

Failed retrieving the messages in 'Trash'
removedupes.js:529:17
populateDupeSetsHash chrome://removedupes/content/removedupes.js:529
processMessagesInCollectedFoldersPhase2 chrome://removedupes/content/removedupes.js:269

The messages iterator for folder Trash is null removedupes.js:535:15
populateDupeSetsHash chrome://removedupes/content/removedupes.js:535
processMessagesInCollectedFoldersPhase2 chrome://removedupes/content/removedupes.js:269

Failed retrieving the messages in 'Trash'
removedupes.js:537:15
populateDupeSetsHash chrome://removedupes/content/removedupes.js:537
processMessagesInCollectedFoldersPhase2 chrome://removedupes/content/removedupes.js:269

@eyalroz
Copy link
Owner

eyalroz commented Jan 21, 2025

Interesting... the extension should not be looking for dupes in the trash folder. And even if it were looking there - these errors are weird.

Can you try compacting your mail folders? Or clearing the trash? Or - if your dupes are in the trash - moving them to a different (local) folder and trying the dupe removal there?

@phazell
Copy link
Author

phazell commented Jan 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants