Files
mailcat/roundcube.txt
T
wienen da481678b6 Track Sieve/plan/Roundcube files and update move log
- Add financ.sieve, plan.md, roundcube.txt to version control
- Update verplaats_log.json after backup dry run
- Gitignore codex.session session file
2026-07-11 13:08:15 +02:00

13 lines
292 B
Plaintext

require ["copy","date","fileinto","regex"];
# rule:[kwartaalmail]
if allof (date :regex "Date" "month" "[789]", date :is "Date" "year" "2026")
{
fileinto :copy "INBOX.Notes";
}
# rule:[zuiderzee]
if allof (header :contains "from" "zuiderzee")
{
fileinto :copy "INBOX.Notes";
}