[Web] Small adjustments to presets

This commit is contained in:
andryyy
2019-12-15 22:04:22 +01:00
parent 9f754c95b9
commit 8003f3b4b3
10 changed files with 53 additions and 66 deletions

View File

@@ -0,0 +1,7 @@
headline: lang.sieve_preset_1
content: |
if header :contains "x-attached"
[".exe",".bat",".js",".com",".cmd",".ini",".dll",".bas",".cpl",".drv",".inf",".sys",".pif",".doc",".docx"] {
discard;
stop;
}

View File

@@ -0,0 +1,7 @@
headline: lang.sieve_preset_2
content: |
require ["envelope", "imap4flags"];
if envelope "from" "mark@me-read.com"
{
setflag "\\seen";
}