From 4bbec6afc67b4bdc598e7bc299f490e7d5f55860 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 1 Aug 2025 22:29:47 -0500 Subject: [PATCH] home/common/notmuch | disable auto-tagging Seems to break status flag for neomutt --- home/common/files/notmuch/post-new | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/common/files/notmuch/post-new b/home/common/files/notmuch/post-new index bd71677..aa0b073 100755 --- a/home/common/files/notmuch/post-new +++ b/home/common/files/notmuch/post-new @@ -1,5 +1,7 @@ #!/usr/bin/env bash +exit + addtag() { tags="${1}" field="${2}"