summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.fmail/.notmuch/hooks/post-new2
-rw-r--r--.notmuch-config2
2 files changed, 2 insertions, 2 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
diff --git a/.notmuch-config b/.notmuch-config
index 590c1857..878132f2 100644
--- a/.notmuch-config
+++ b/.notmuch-config
@@ -61,7 +61,7 @@ ignore=
# query will override that exclusion.
#
[search]
-exclude_tags=deleted;spam;killed;
+exclude_tags=deleted;spam;
# Maildir compatibility configuration
#