mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-09 06:01:09 +08:00
Summary: We don't want to bump threads to the top of the inbox when a user sends a reply. We originally used `!isSent` to prevent this, but that was removed in a diff that made sure messages showed up in the inbox when users send emails to themselves. In order to implement both of these cases properly, this diff introduces `isReceived` and uses that to determine whether lastReceivedDate should be updated. Addresses T7991. Also changes the order of some `or` statements, so that we actually check that the variable exists before comparing against it. Test Plan: manual Reviewers: evan, juan, spang Reviewed By: spang Differential Revision: https://phab.nylas.com/D4226 |
||
|---|---|---|
| .. | ||
| client-app | ||
| client-sync | ||
| isomorphic-core | ||
| README.md | ||
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6 script,
which in turn, calls lerna bootstrap