-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Grouped Folders: Sent #580
Conversation
I'm not seeing any crashes, but I don't have anything in the "Sent" mailbox. I do have this terminal output:
Interestingly, for my two GMail accounts, there is no toplevel "Sent" folder. GMail seems to structure its inboxes a little strangely. So this might be a product of the "Sent" folder not being detected in the first place: |
Couldn't some smart detection be used here too? It's the same for my gmail too. |
@danrabbit yeah, Google does things differently for whatever reason and the Sent folder is not detected at all. Will fix the corresponding criticals/warnings. @hanaral the folder detection logic should be the same like we have in Evolution. If the folder does not get the appropriate icon in Evolution itself, is very likely the needed information is not exposed via EDS either (which seems to be the case for the Sent folder in a Google account). Here's a Screenshot of my Google account in Evolution - as you can see Sent ("Gesendet") does not have any custom icon: |
@danrabbit fixing the folder-is-not-available case also solved the messages not loading at application startup. However, I still sometimes encounter an application crash. But it is caused by an underlying concurrency issue and is not directly related to this PR. Therefore I will open a dedicated issue for it and this PR is ready for review. |
See #581 for more information about the app crash. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'm gonna assume that this probably works for non-gmail folks. I'm at least not getting the same errors so let's go :)
This PR re-adds the unified Sent folder. However, we do have two issues to solve with the current implementation: