Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail screen still refreshes itself even when no items have changed. #19

Open
popey456963 opened this issue May 5, 2017 · 0 comments
Open

Comments

@popey456963
Copy link
Collaborator

This was meant to be removed with the if loop on lines 211-222:

        if (!isFirstTime && seqno != highest) {
          // Check we're on the right user & folder.
          if (path == compilePath(state.account.folder) && user == state.account.user) {
            // We're currently viewing this thread!
            let uid = path + seqno
            // console.log(`Downloaded a new visible email, ${uid}`)
            // console.log(linearFolders[i])
            // console.log(path)
            // console.log(user)
            alteredView = true
          }
        }

But apparently, that solution is not working at the moment. This needs investigating to find the true cause of the refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant