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

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