mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added auto seen option for POP3 accounts
This commit is contained in:
@@ -3430,9 +3430,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
boolean expanded = !properties.getValue("expanded", message.id);
|
||||
|
||||
// Prevent flicker
|
||||
if (expanded &&
|
||||
(message.accountProtocol != EntityAccount.TYPE_IMAP ||
|
||||
(message.accountAutoSeen && !message.folderReadOnly))) {
|
||||
if (expanded && message.accountAutoSeen && !message.folderReadOnly) {
|
||||
message.unseen = 0;
|
||||
message.ui_seen = true;
|
||||
message.visible_unseen = 0;
|
||||
|
||||
Reference in New Issue
Block a user