-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_webmail: Mark message seen based on whether frontend tells us to.
Previously, we have marked messages seen only if we were not requesting the raw message body, since for downloading a message, we should not change this flag. However, if actually viewing a message as raw, it may make sense to mark it seen. There is no way for the backend to differentiate these two cases currently. The frontend thus now tells us explicitly whether to mark the message seen, and we use this to mark the message seen or unseen, which makes the behavior more logical.
- Loading branch information
1 parent
9327c0c
commit 2eb03de
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters