Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e643cbd5 authored by Trogel's avatar Trogel
Browse files

Don't set SEEN flag after complete download

This is no longer needed, now that we fetch the flags from the server.
parent ecdd52c8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);