summaryrefslogtreecommitdiffhomepage
path: root/bin/notmuch-delete.sh
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-05 00:06:37 +0000
committerjao <jao@gnu.org>2025-11-05 00:06:37 +0000
commita1bed04f711f5a3d9e67bc5e43a8ab8beb74dfff (patch)
tree6940ac6b07da15e3879efa154e804de18d48f769 /bin/notmuch-delete.sh
parent650c2c8ed2ac024098344ef546949953c32f37cd (diff)
downloadelibs-a1bed04f711f5a3d9e67bc5e43a8ab8beb74dfff.tar.gz
elibs-a1bed04f711f5a3d9e67bc5e43a8ab8beb74dfff.tar.bz2
spurious scripts gonemain
Diffstat (limited to 'bin/notmuch-delete.sh')
-rwxr-xr-xbin/notmuch-delete.sh6
1 files changed, 0 insertions, 6 deletions
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