From a6750c269b96922703dc132a66c87425ad9140d0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 15 Jul 2022 13:27:53 -0700 Subject: 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. --- .config/notmuch/default/hooks/post-new | 5 ----- 1 file changed, 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 . -notmuch tag +unread -- folder:sent -notmuch tag -unread -- folder:sent - # mark all drafts as drafts, and as read notmuch tag -unread +draft -- folder:drafts -- cgit v1.2.3