summaryrefslogtreecommitdiff
path: root/.config/notmuch/default/hooks/post-new
blob: 60a5b2f0ea8021d85e1ffb648ca44786cea20178 (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:spam

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