mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Sieve filters (interface/vacation action)
This commit is contained in:
parent
54edeaa645
commit
68cc322bd5
26 changed files with 235 additions and 104 deletions
|
|
@ -306,6 +306,7 @@
|
|||
'None': 'None',
|
||||
'MoveTo': 'MoveTo',
|
||||
'Discard': 'Discard',
|
||||
'Vacation': 'Vacation',
|
||||
'Forward': 'Forward'
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,10 @@
|
|||
}
|
||||
}, 50);
|
||||
|
||||
Utils.windowResizeCallback = function () {
|
||||
Utils.windowResize();
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {(string|number)} mValue
|
||||
* @param {boolean=} bIncludeZero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue