summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-15 13:27:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-15 13:30:48 -0700
commita6750c269b96922703dc132a66c87425ad9140d0 (patch)
tree8075f8c5c52dfdb202a6cb249a8b72554a59af5e
parentecd0e3d4dae68528f5c2f40c020b7cdf335baa7f (diff)
downloaddotfiles-a6750c269b96922703dc132a66c87425ad9140d0.tar.gz
drop workaround for notmuch duplicate messages unread bug again
It's much less of a problem with Gnus, and I perform a notmuch search right between the two 'notmuch tag' commands surprisingly often.
-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