summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/notmuch/default/hooks/post-new5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/notmuch/default/hooks/post-new b/.config/notmuch/default/hooks/post-new
index 1f908d41..66f7f4d0 100755
--- a/.config/notmuch/default/hooks/post-new
+++ b/.config/notmuch/default/hooks/post-new
@@ -1,10 +1,5 @@
#!/bin/sh
-# Fix copies of my own mail returned to folder:inbox by mailing lists. This
-# is a workaround for a bug in notmuch; see <id:87ee1c7s7s.fsf@tethera.net>.
-notmuch tag +unread -- folder:sent
-notmuch tag -unread -- folder:sent
-
# mark all drafts as drafts, and as read
notmuch tag -unread +draft -- folder:drafts