first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
7
data/web/inc/presets/sieve/sieve_2.yml
Executable file
7
data/web/inc/presets/sieve/sieve_2.yml
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
headline: lang.sieve_preset_2
|
||||
content: |
|
||||
require ["envelope", "imap4flags"];
|
||||
if envelope "from" "mark@me-read.com"
|
||||
{
|
||||
setflag "\\seen";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue