mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.18.5
This commit is contained in:
parent
a219509bd7
commit
7b6603719e
10 changed files with 24 additions and 23 deletions
|
|
@ -41,7 +41,8 @@ ignoredKeywords = [
|
|||
'$attachment',
|
||||
'$replied',
|
||||
// Others
|
||||
'$readreceipt'
|
||||
'$readreceipt',
|
||||
'$notdelivered'
|
||||
],
|
||||
|
||||
isAllowedKeyword = value => '\\' != value[0] && !ignoredKeywords.includes(value.toLowerCase()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue