mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Small improvement
This commit is contained in:
@@ -2512,7 +2512,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
boolean refreshing = false;
|
||||
for (TupleFolderEx folder : folders) {
|
||||
unseen += folder.unseen;
|
||||
if (folder.error != null)
|
||||
if (folder.error != null && folder.account != null /* outbox */)
|
||||
errors = true;
|
||||
if (folder.sync_state != null &&
|
||||
(folder.account == null || "connected".equals(folder.accountState))) {
|
||||
|
||||
Reference in New Issue
Block a user