Don't set SEEN flag after complete download
This is no longer needed, now that we fetch the flags from the server.
This commit is contained in:
parent
ecdd52c8ee
commit
e643cbd5f5
1 changed files with 0 additions and 5 deletions
|
@ -2334,11 +2334,6 @@ public class MessagingController {
|
|||
}
|
||||
}
|
||||
|
||||
// Mark that this message is now fully synched
|
||||
if (account.isMarkMessageAsReadOnView()) {
|
||||
message.setFlag(Flag.SEEN, true);
|
||||
}
|
||||
|
||||
// now that we have the full message, refresh the headers
|
||||
for (MessagingListener l : getListeners(listener)) {
|
||||
l.loadMessageRemoteFinished(account, folder, uid);
|
||||
|
|
Loading…
Reference in a new issue