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

# mark all drafts as drafts, and as read
notmuch tag -unread +draft -- folder:drafts

# 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