-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
1.5 inbox email list not displaying new messages until manual refresh #8234
Comments
First thing to do is to try with all plugins disabled. |
Seems like same issues as #8165, refresh button does nothing too. But changing folder loads the new messages. I'll test if and what plugin it is. |
Disabling plugins has no effect. |
This comment has been minimized.
This comment has been minimized.
I just tested this and it works for me. New mail shows the number on the inbox folder, and the email details show up in the email list. USING: Centos 8 |
Works for me too. We'll need your configuration. What IMAP server software (with version)? Do you have refresh enabled in Preferences > User interface Main options? Last resort, enable imap_debug and provide the log (from when you log in to the moment of a refresh that is expected to catch new mail). |
old dovecot + qmail. traced it up to
where the returned status is zero, even though there are new messages. but I guess its time to update the software :) |
Compared the Is there a bug fix / optimization related to that? here's a snip from the debug log that could be relevant
|
I was able to reproduce the issue with disabled imap_cache/messages_cache and enabled "Do not show deleted messages" option. |
I can confirm disabling the "Do not show deleted messages" option resolves the issue. And for others reading this, upgrading php (to 7.2) or dovecot (to 2.3.16) had no effect. |
Fixed. |
When new mail arrives, the title and inbox folder properly update the unread count, but email list is not refreshed to include the new messages.
I upgraded from 1.4.11 and looked through the changelog, but did not notice anything other about new mail that the notification sound changes.
Is this by design / new option / maybe an issue with some plugin I'm using? I don't see any errors in console.
The refresh task/action returns:
exec: "this.set_unread_count(\"INBOX\",1,true,\"\");\n"
, which suggests it could be by design?The text was updated successfully, but these errors were encountered: