You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an is_read boolean field to the Email model which defaults to False.
Allow changing Email.is_read using the REST API, so that the front end can set it if an email has been read.
Change Email.is_read to True using the REST API if an email is selected in the front end.
If doing everything in a single pull request is too much, this can split into two pull requests. One implementing 1. and 2. and the second implementing 3.
... and remove flag if mail is selected
The text was updated successfully, but these errors were encountered: