-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This list model groups all emails by conversation in the mail list - Also adds setting for grouping by conversation (i.e. enables this) - The setting is overridden for SENT and DRAFT folder types (it uses the other per-mail list model instead) - Adds MailSetListModel which provides a common interface for the MailViewModel so that additional list models can be created; it is used for MailListModel and the new ConversationListModel, but it can be extended to even more list models in the future if it is ever desired. Note: This does not include actions. Any action you do (delete, archive, etc.) will be applied to the selected email. The purpose of this commit is to just implement the list model. See #5051 for more information. Closes #8223 Co-authored-by: bir <[email protected]> Co-authored-by: ivk <[email protected]>
- Loading branch information
1 parent
2604e75
commit f71566a
Showing
16 changed files
with
1,663 additions
and
154 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
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
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
Oops, something went wrong.