Skip to content
Snippets Groups Projects
Commit 9255feba authored by nimrod's avatar nimrod
Browse files

Set the Vim filetype for sieve files.

parent f842bf0a
Branches
No related tags found
No related merge requests found
Pipeline #1637 passed
# vim ft=sieve
require ["fileinto", "envelope"]; require ["fileinto", "envelope"];
if anyof (header :contains "X-Spam-Status" "Yes", if anyof (header :contains "X-Spam-Status" "Yes",
header :contains "X-Virus-Status" "infected") header :contains "X-Virus-Status" "infected")
......
# vim ft=sieve
require ["fileinto", "envelope", "imap4flags"]; require ["fileinto", "envelope", "imap4flags"];
if address :is "from" "nimrod@shore.co.il" { setflag "\\seen"; } if address :is "from" "nimrod@shore.co.il" { setflag "\\seen"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment