clearfiy structure

This commit is contained in:
tinect
2019-11-14 20:32:42 +01:00
parent 943b7c6bb2
commit 6ef61cdb8a
5 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
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

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