Wasnt able to delete any emails #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
❌ Error!
There was an error deleting the selected senders.
After I tried to delete all of my emails. Also it was not able to unsubscribe. When I clicked unsubscribed (even with the option to delete the emails off) It just started loading and never finished.
This could be handled by adding a MutationObserver and observing the change properly, rather than it is currently. I'm afraid that the current implementation doesn't really work.The current way the MutationObserver is implemented wouldn't work anyway (although even if it did, it would still fail the loop for deletion after 2 pages of deleted mails)
I reckon it requires some debugging as it's throwing errors in regards to the dispatchEvent method.
Issue lies in 2 places:
InboxWhiz/gmail-declutter-extension@5f0065626e/src/data/services/browser_email_service.ts (L275-L278)InboxWhiz/gmail-declutter-extension@5f0065626e/src/data/services/browser_email_service.ts (L283-L286)