mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small improvement
This commit is contained in:
parent
d90f6d2d59
commit
ea6383b784
1 changed files with 1 additions and 1 deletions
|
@ -3307,7 +3307,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
EntityOperation.queue(context, message, EntityOperation.ATTACHMENT, attachment.id);
|
||||
}
|
||||
|
||||
if (account.auto_seen && !message.ui_seen && !folder.read_only)
|
||||
if (account.auto_seen && !folder.read_only)
|
||||
EntityOperation.queue(context, message, EntityOperation.SEEN, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue