sieve-filter: add seen flag on trash
gitea/misc-cazino/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-11-24 18:27:19 +01:00
parent f79a9608a5
commit a6479a317a
1 changed files with 3 additions and 3 deletions

View File

@ -87,17 +87,17 @@ elsif address :is ["to", "cc"] "travail@listes.entrouvert.com"
elsif allof (address :is "from" "redmine@entrouvert.com", header :contains "subject" "(Fermé)")
{
fileinto "Trash";
fileinto :flags "\\Seen" "Trash";
}
elsif allof (address :is "from" "redmine@entrouvert.com", header :contains "subject" "Résolu (à déployer)")
{
fileinto "Trash";
fileinto :flags "\\Seen" "Trash";
}
elsif allof (address :is "from" "redmine@entrouvert.com", header :contains "subject" "(Solution déployée)")
{
fileinto "Trash";
fileinto :flags "\\Seen" "Trash";
}
elsif header :is "X-Redmine-Issue-Assignee-To-Me" "true"