From a1bed04f711f5a3d9e67bc5e43a8ab8beb74dfff Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 5 Nov 2025 00:06:37 +0000 Subject: spurious scripts gone --- bin/notmuch-delete.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 bin/notmuch-delete.sh (limited to 'bin/notmuch-delete.sh') diff --git a/bin/notmuch-delete.sh b/bin/notmuch-delete.sh deleted file mode 100755 index fc230a5..0000000 --- a/bin/notmuch-delete.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# [[file:../mail.org::*delete shell script][delete shell script:1]] -echo "Deleting $(notmuch count tag:deleted) files" -notmuch search --output=files --format=text0 tag:deleted | xargs -r0 rm -notmuch new 2>&1 -# delete shell script:1 ends here -- cgit v1.2.3