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
This commit is contained in:
2026-07-11 13:08:15 +02:00
parent 7b345b8795
commit da481678b6
5 changed files with 8048 additions and 3182 deletions
+12
View File
@@ -0,0 +1,12 @@
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";
}