This commit is contained in:
the-djmaze 2022-10-07 13:17:50 +02:00
parent a219509bd7
commit 7b6603719e
10 changed files with 24 additions and 23 deletions

View file

@ -41,7 +41,8 @@ ignoredKeywords = [
'$attachment',
'$replied',
// Others
'$readreceipt'
'$readreceipt',
'$notdelivered'
],
isAllowedKeyword = value => '\\' != value[0] && !ignoredKeywords.includes(value.toLowerCase()),