mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Improved tags #419
This commit is contained in:
parent
c0994b38e8
commit
9e4edd8843
5 changed files with 42 additions and 6 deletions
|
|
@ -113,11 +113,21 @@ export class MessageModel extends AbstractModel {
|
|||
this.flags = ko.observableArray();
|
||||
|
||||
const ignoredTags = [
|
||||
'$forwarded',
|
||||
// Mailo
|
||||
'sent',
|
||||
// KMail
|
||||
'$sent',
|
||||
'$signed',
|
||||
'$error',
|
||||
'$queued',
|
||||
'$forwarded'
|
||||
// GMail
|
||||
'$replied',
|
||||
'$attachment',
|
||||
'$notphishing',
|
||||
'$phishing',
|
||||
'junk',
|
||||
'nonjunk'
|
||||
];
|
||||
|
||||
this.addComputables({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue