mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
Summary: This one is a bit interesting. We want to allow the user to view "All Mail", which is essentially "threads, with no tags query whatsoever." Rather than try to make `null` a valid selected tag Id, I used `*` as a "magic" tag id which is interpreted by the ThreadStore to mean "no tags where clause." Definitely a hack, but simpler than trying to make the account sidebar properly select "all mail" when selectedTagId = null. Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1360 |
||
---|---|---|
.. | ||
account-sidebar-divider-item.cjsx | ||
account-sidebar-item.cjsx | ||
account-sidebar-store.coffee | ||
account-sidebar-tag-item.cjsx | ||
account-sidebar.cjsx | ||
main.cjsx |