summaryrefslogtreecommitdiff
path: root/.config/notmuch/default/hooks/post-new
diff options
context:
space:
mode:
Diffstat (limited to '.config/notmuch/default/hooks/post-new')
-rwxr-xr-x.config/notmuch/default/hooks/post-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/notmuch/default/hooks/post-new b/.config/notmuch/default/hooks/post-new
index b46d08bd..1774b148 100755
--- a/.config/notmuch/default/hooks/post-new
+++ b/.config/notmuch/default/hooks/post-new
@@ -1,7 +1,7 @@
#!/bin/sh
# mark all spam as spam, and as read, for Gnus
-notmuch tag -unread +spam -- folder:junk folder:spam
+notmuch tag -unread +spam -- folder:junk
# mark all trash as trash, and as read, for Gnus
notmuch tag -unread +deleted -- folder:trash