Improved tags #419

This commit is contained in:
the-djmaze 2022-06-03 14:46:05 +02:00
parent c0994b38e8
commit 9e4edd8843
5 changed files with 42 additions and 6 deletions

View file

@ -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({