mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Better keyword/tags/labels handling for #419
This commit is contained in:
parent
df2de7ad66
commit
2defb7ec35
4 changed files with 16 additions and 21 deletions
|
|
@ -24,23 +24,22 @@ ignoredKeywords = [
|
|||
// Mailo
|
||||
'sent',
|
||||
// KMail
|
||||
'$attachment',
|
||||
'$encrypted',
|
||||
'$error',
|
||||
'$ignored',
|
||||
'$invitation',
|
||||
'$queued',
|
||||
'$replied',
|
||||
'$sent',
|
||||
'$signed',
|
||||
'$todo',
|
||||
'$watched',
|
||||
// GMail
|
||||
'$replied',
|
||||
'$attachment',
|
||||
'$notphishing',
|
||||
'junk',
|
||||
'nonjunk',
|
||||
// KMail & GMail
|
||||
'$attachment',
|
||||
'$replied',
|
||||
// Others
|
||||
'$readreceipt'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue