mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Added sieve activate/delete script error notifications
This commit is contained in:
parent
ea56397c3b
commit
67db19ec80
10 changed files with 20 additions and 4 deletions
|
|
@ -379,8 +379,8 @@ export const Notification = {
|
|||
|
||||
CantSaveFilters: 351,
|
||||
CantGetFilters: 352,
|
||||
CantActivateFiltersScript: 351, // TODO: 353
|
||||
CantDeleteFiltersScript: 351, // TODO: 354
|
||||
CantActivateFiltersScript: 353,
|
||||
CantDeleteFiltersScript: 354,
|
||||
FiltersAreNotCorrect: 355,
|
||||
|
||||
CantCreateFolder: 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue