Sieve filters (interface)

This commit is contained in:
RainLoop Team 2015-01-18 18:01:07 +04:00
parent 644f861347
commit ef3042aff7
15 changed files with 449 additions and 55 deletions

View file

@ -312,7 +312,7 @@
*/
Enums.FiltersAction = {
'None': 'None',
'Move': 'Move',
'MoveTo': 'MoveTo',
'Discard': 'Discard',
'Forward': 'Forward'
};