summaryrefslogtreecommitdiff
path: root/.fmail
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-22 14:28:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-22 14:31:15 -0700
commit8fcf5f6d2741e8bbe8b1d63d0a996503e25daabc (patch)
tree4227d134f0ead1aa68d0ea031a9cd66b6e6dc533 /.fmail
parent35a8e2a4cc8d434d56a25ba52c4616f1b5d1c1b7 (diff)
downloaddotfiles-8fcf5f6d2741e8bbe8b1d63d0a996503e25daabc.tar.gz
move all mail new/ -> cur/ before notmuch sees it
Experimentally drop an older workaround. See id:878rt122nj.fsf@melete.silentflame.com too.
Diffstat (limited to '.fmail')
-rwxr-xr-x.fmail/.notmuch/hooks/post-new6
1 files changed, 0 insertions, 6 deletions
diff --git a/.fmail/.notmuch/hooks/post-new b/.fmail/.notmuch/hooks/post-new
index dbd132d7..724096c9 100755
--- a/.fmail/.notmuch/hooks/post-new
+++ b/.fmail/.notmuch/hooks/post-new
@@ -2,12 +2,6 @@
. $HOME/.shenv
-# Mark all sent mail as read. mark it as unread first to ensure that
-# copies of the mail in other folders actually get their maildir Seen
-# flag added. This is a bug in notmuch; see id:87r1ypsb1p.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