mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Added Thunderbird labels colors as test for #419
This commit is contained in:
parent
30ece4b8c8
commit
fe9d0da14a
2 changed files with 12 additions and 2 deletions
|
|
@ -306,6 +306,9 @@ export class MessageModel extends AbstractModel {
|
|||
hasUnseenSubMessage: this.hasUnseenSubMessage(),
|
||||
hasFlaggedSubMessage: this.hasFlaggedSubMessage()
|
||||
}, (key, value) => value && classes.push(key));
|
||||
this.flags().forEach(value => {
|
||||
'\\' !== value[0] && classes.push('flag-'+value);
|
||||
});
|
||||
return classes.join(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue