summaryrefslogtreecommitdiff
path: root/.config/notmuch/default/hooks/post-new
blob: b46d08bd5985a00099ef58f3dca27a50ca0b6314 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# mark all spam as spam, and as read, for Gnus
notmuch tag -unread +spam -- folder:junk folder:spam

# mark all trash as trash, and as read, for Gnus
notmuch tag -unread +deleted -- folder:trash