mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Small fix
This commit is contained in:
@@ -6987,7 +6987,7 @@ public class FragmentMessages extends FragmentBase
|
||||
if (account.protocol != EntityAccount.TYPE_IMAP) {
|
||||
if (account.auto_seen)
|
||||
EntityOperation.queue(context, message, EntityOperation.SEEN, true);
|
||||
} else {
|
||||
} else if (message.uid != null) {
|
||||
if (account.auto_seen)
|
||||
EntityOperation.queue(context, message, EntityOperation.SEEN, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user