mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
indent fix
This commit is contained in:
parent
c3c15ace16
commit
004b6cc816
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ function filtersToSieveScript(filters)
|
|||
result.push(sTab + 'discard;');
|
||||
break;
|
||||
case 'ForceUnspam':
|
||||
require.fileinto = 1;
|
||||
result.push(sTab + 'fileinto "INBOX";');
|
||||
require.fileinto = 1;
|
||||
result.push(sTab + 'fileinto "INBOX";');
|
||||
break;
|
||||
case 'Vacation':
|
||||
if (value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue