summaryrefslogtreecommitdiff
path: root/.fmail
diff options
context:
space:
mode:
Diffstat (limited to '.fmail')
-rwxr-xr-x.fmail/.notmuch/hooks/post-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fmail/.notmuch/hooks/post-new b/.fmail/.notmuch/hooks/post-new
index 63e817b2..e10c4824 100755
--- a/.fmail/.notmuch/hooks/post-new
+++ b/.fmail/.notmuch/hooks/post-new
@@ -19,7 +19,7 @@ notmuch tag +deleted -- folder:trash
# mark messages as read in threads I've killed. don't propagate the
# spw::killed tag itself
-killed_threads=$(notmuch search --output=threads -- tag:spw::killed and tag:unread)
+killed_threads=$(notmuch search --output=threads -- tag:spw::killed)
if [ ! -z "$killed_threads" ]; then
notmuch tag -unread -- $killed_threads
fi