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 c09c81a1..6d9c76c8 100755
--- a/.fmail/.notmuch/hooks/post-new
+++ b/.fmail/.notmuch/hooks/post-new
@@ -9,5 +9,5 @@ notmuch tag -unread +draft -- folder:drafts
# propagate the 'killed' tag to all messages in the killed message's thread
killed_threads=$(notmuch search --output=threads tag:killed)
if [ ! -z "$killed_threads" ]; then
- notmuch tag +killed -- $killed_threads
+ notmuch tag -unread -- $killed_threads
fi