-
-
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
Recursion stops early #194
Comments
The code does recurse all subfolders... perhaps this is a case of Thunderbird reporting the folders are empty rather than making the extension wait? Is this an IMAP account? Can you tell me which provider? |
I have this same issue, running Ubuntu Mate 22.10 LTS, IMAP, and my providers are Namecheap (uses mail.privateemail.com), and my own IMAP server running dovecot. It only sees one folder with duplicates, and when I run it again it goes to the next folder with duplicates. Both IMAP accounts have either a Current or Backup folder with several subfolders. I just copied a bunch of emails in each folder while backing up accounts, and each one had duplicates numbering in the hundreds to thousands. The extension does find the duplicates, but it does not recurse like before. To be clear, I used to be able to search the Backup folder and it would find duplicates in subfolders Comms, Misc, Work, etc.. It would first do Comms, then once I deleted them a Misc window would come up, and so on. Now it will show me Comms, but when I delete the dupes I have to go do the remove duplicates again. It will then show me Misc, and exit again after I delete those dupes. I am running 115.5.0 (64-bit). |
I'm sorry for the (very) long delay in replying.
|
I'm running version 0.5.4b5 on TB 115.4.2 (64-bit), on Ubuntu 23.10.
I have the option "[x] Search subfolders of selected top folder(s)" selected.
When I run Remove Duplicates on a folder, it processes subfolders until it finds finds one with duplicates, and then stops. It does not process all subfolders, and so it doesn't find all the duplicates. If I run Remove Duplicates again, on the same folder, it finds duplicates in other subfolders.
It should process all subfolders in one pass.
The text was updated successfully, but these errors were encountered: