also ignore responses to dodona teacher requests
This commit is contained in:
parent
2b0e559283
commit
52bcd03dd7
@ -45,6 +45,7 @@ minc $(mdirs /data/mail) > "$s"
|
||||
mpick -t 'subject =~ "\[hackers\] \[svkdb\]"' < "$s"
|
||||
mpick -t 'to = "dodona-edu/dodona <dodona@noreply.github.com>" && subject ~~ "*Bump * from * to *"' < "$s"
|
||||
mpick -t 'from = "<dodona@ugent.be>" && subject ~~ "* vraagt om lesgeversrechten"' < "$s"
|
||||
mpick -t 'from = "<dodona@ugent.be>" && subject ~~ "* Je vraag naar lesgeversrechten werd goedgekeurd"' < "$s"
|
||||
|
||||
# Muted mails
|
||||
for muted in $(cat ~/.mblaze/muted); do
|
||||
|
Loading…
Reference in New Issue
Block a user