-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Deleted items not deleted #2706
Comments
Same here. Version 0.4.47-3a2a94c (0.4.47-3a2a94c) I can delete, N1 deletes the Email, shows the deletion success notification (with undo option), refreshes the inbox and the Email shows up again. It all started with the current version 0.4.47-3a2a94c (0.4.47-3a2a94c). All my providers are affected. Google, Yahoo, Outlook and Posteo. |
All providers are affected as well. Initially it looked like it was just Exchange, but I verified that its an issue with GMail as well. With GMail some messages DO get deleted, but not all. With Exchange nothing does. |
Merging with #781. Feel free to post comments on that issue, thanks! |
Reopening this because there seems to be a problem with deleting specifically. From user reports: (1) Emails I delete from the inbox often pop up again shortly after they have been deleted, usually with no message content and a line of text saying the message content is not available. (2) Many (not all) emails I have deleted are never actually deleted in Gmail, but are simply archived. N1 v0.4.45-7637265 (and all earlier versions up to this point). Possible solution: if you've ever used Google Inbox, even once just to try it out, it has settings for bundling email. As soon as I went in and turned those off, my sync actions worked perfectly. This might be a duplicate of #2725. Will merge when we know for sure |
Well I do get a lot of emails over exchange, I have 2 instances of Nylas running (desktop and laptop). I delete on one, but then I have to delete it all over again on the other AND on exchange web portal. Since its a sync issue, even things which are taken care of by rules on the Nylas client are not updated either. |
It's not related to bundled messages because I can't delete emails of any provider. |
I'm getting the same thing. This has been an issue for me for age (2months plus). Deleting almost always causes the email to immediately bounce back into the N1 inbox. Sometimes I have to attempt deletion 2 or 3 times before it works... then, when I have finally deleted it, i often find that the email (although now deleted from my N1 inbox) is still in my Outlook or Gmail inbox... i.e. it clearly hasn't propagated. |
I have the same issue as fibric. It's still in a new release 0.4.49-c9c04b7. |
Confirmed issue still exists. |
same issue here, looks exactly as shown in #2706 (comment) by @fibric. here is a screenshot from the console output. https://slack-files.com/T04TLAQ2T-F23406Z9N-22653ad2e4 can't delete, archive, mark as spam. Also no sync to any email account. no third party plugins active/installed, just built-in ones. Win 10 |
I solved the issue for me by deleting the But it seems the delete icon isn't clickable sometimes. I have to use the context menu. |
I took your advice and deleted the ~/.nylas folder. I re-added all accounts and still, deleted items are not deleting. What feels like 80% of the time, I press delete and the message immediately re-appears in the inbox. So frustrating. |
Ugh, this is driving me insane. Every other email i delete just pops right back into my inbox. I followed your advice and tried deleting the ~/.nylas folder and nothing improved. As of 2 hrs ago I have now clean installed macOS Sierra and still i am plagued with the phantom deleting issue. Please please can someone tell us what the state of play is here? Is this issue being taken seriously. |
Same issue still a month in, I have switched away from Nylas till this is resolved. |
Completely agree. I just find the communication on this topic so frustrating. If 'every' email that a lot of us are deleting are simply re-appearing back in the inbox, then clearly the service is majorly at fault for a large number of people. It may be being prioritised at the moment, but it just doesn't feel like it is. |
Yeah the main reason I switched to nylas was to have a stable email client with a nice simple gui in addition. Now it seems that they concentrate more on their cloud(and it's reasonable), that is working fine, isn't it? But the free version is in totally broken state, so nobody can't use it. |
Same issue here for deleting on a Gmail account: Deleting a message applies the label and sends it to Trash in Nylas, but message is still unread and in the inbox on other clients (Spark on iOS and Gmail Web). Will have to switch away from Nylas until this is solved. 😞 |
I, too, am having this issue. Any word on a fix? |
Getting the same issue on another escenario. Suddenly, when I try to delete an email and it either won't delete, or it disappears from list only to show right back up in 2 seconds. I usually have to quit the app and reopen it before I can truly delete them. MacOS Sierra |
I've stopped using N1 now. The problem was constant for me and didn't appear to be taken seriously by Nylas. On Sun, Oct 9, 2016 at 5:53 pm, Juan Sebastian Camargo Visbal notifications@github.com wrote: I try to delete an email and it either won't delete, or it disappears from Inbox list only to show right back up in 2 seconds. I usually have to quit the app and reopen it before I can truly delete them. MacOS Sierra — |
I'm having this issue as well. as someone that drives for inbox zero everyday this is a major issue. any update from the Nylas team? |
I'm sorry to say Danny, that this issue has been around for ages. I've been plagued with it for many many months. It doesnt look like Nylas are taking it too seriously though. I got so frustrated that I stopped using N1 a couple of months ago. Just too damn painful every day having to double delete things. I just couldn't trust the software anymore. |
I stopped using N1 as well. Would love to have a single cross platform email client between my various systems and would be back on N1 in a minute if this issue is resolved. At the very least get some response back from the developers, even if it is to say, "Hey we know this is an issue" |
After updating to the latest stable release |
I'm not so sure that it happens only with threads. Sometimes I see that a single message I delete reappears in the inbox and then disappears again. Update: I just observed this behaviour with a Github notification email. Single message, just got back to the inbox after deletion and didn't disappear after. |
@jstejada no errors in the console, so nothing to send. |
Note the email is gone from the list and then just returns seconds later. |
I also don't see any errors in the console. |
I see it with single emails constantly. And let's not forget the similar bug in N1. I see it in both Nylas Mail and N1 (more so in N1), and it seems like they shouldn't be conflated as they are different bugs. |
thanks! @Naatan @laughedelic @djdiaz -- just to make sure, this is in the Conolse in the Activity Window right? (not the Console in the main window) |
@jstejada before I missed this, but now I checked the console in the Activity window and there are literally no new console messages appearing when the bug appears. Observed at least 5 times just now. |
hey everyone, just wanted to let you know that we've identified the issue and we're working on a fix. The fix should go out soon! Thanks for your patience! |
@jstejada Did you identify the bug just in the new Nylas Mail, or also in N1? |
Summary: Previously, when moving to trash or spam, we were not correctly removing the inbox category. This produced slightly different results because the generated task was slightly different. Also, in ChangeMailTask we were removing the locks on the models before the tasks had actually succeeded-- these locks allowed us to ignore deltas on those models while the task was in progress, so removing them before it completed caused threads to flicker when performing actions This depends on D3829 which also properly addresses archiving/deleting/moving to spam threads that contain sent messages Addresses T7757 and #2706 Test Plan: unit Reviewers: evan, halla, spang Reviewed By: evan, halla, spang Differential Revision: https://phab.nylas.com/D3830
@djdiaz this is for nylas mail -- I will open a new issue for N1 (Nylas Pro) |
@jstejada I would suggest opening a new issue for Nylas Mail. This is the issue for N1. |
Wait what? I thought N1 became Nylas Mail? I'm seeing this issue on Nylas Mail. |
@Naatan Nylas Pro is still N1. |
So this whole issue is only for Nylas Pro and will not mean any change for Nylas Mail? I'm a little bit perplexed since an issue like this would logically affect both, seeing as they would still share a codebase I'd imagine. |
@Naatan As I understand it, Nylas Mail doesn't sync mail via the Nylas cloud services, but does it locally. N1 still uses the cloud services. So the sync mechanisms would be completely different. (I could be wrong about this.) @jstejada is saying that the bug in Nylas Mail is being fixed, but not in Nylas Pro (N1). This issue is the N1 delete issue but was sort of confused over into discussing the Nylas Mail behavior. |
@djdiaz your comment here seems to imply the inverse of what you just said - #2706 (comment) ie. this ticket is fixing N1 but not Nylas Mail. Which is the opposite of what you just said. |
@Naatan Not sure how you read that from the comments. |
Ok, just to be clear though - this issue is for Nylas Mail or N1? Since I'm confused now. |
@Naatan The issue is for N1 (reported long before Nylas Mail existed). The fix that has been reported is for Nylas Mail, not N1. |
Gotcha, thanks. |
hi folks, we've just released Nylas Mail v1.0.21 and this issue should be fixed in that version. If you encounter it again, please let us know by posting here and reopening this issue. If you are still seeing this error in Nylas Pro (N1) v1.5.0, in the interest of having a more readable issue thread, I've opened a separate issue to track the problem on Nylas Pro v.1.5.0: #3261. Please post there with any additional details if you still see the error on Nylas Pro (N1) v.1.5.0 Thanks again for your patience! |
Thanks guys, updated to 1.0.21 and - emails stay deleted :D Finally I can use Nylas Mail again :) |
I decided to try out Nylas Mail, because in Pro this bug is too annoying. I'm on Nylas Mail 1.0.27 and I still see this problem. Messages reappear in the inbox, but not immediately like in Pro, after some time, it's even harder to notice. |
Are there any related issues?
...
What operating system are you using?
OSX
What version of N1 are you using?
...
Version 0.4.47-3a2a94c (0.4.47-3a2a94c)
Bug?
Do you have any third-party plugins installed? If so, which ones?
... No
Is the issue related to a specific email provider (Gmail, Exchange, etc.)?
... Exchange
Is the issue reproducible with a particular attachment, message, signature, etc?
...
I deleted a large number of messages ( around 600 ) and it showed as deleted from my Nylas Inbox. I went to the Office365 web app and all the messages were still there.
So I deleted them on the web portal, then when I went back to Nylas, they are back in Nylas.
Even after I cleared the Email cache and they are back in Nylas.
Feature Request?
Does this feature exist in another mail client or tool you use?
...
The text was updated successfully, but these errors were encountered: