summaryrefslogtreecommitdiffstats
path: root/bin/all-mail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/all-mail')
-rwxr-xr-xbin/all-mail3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/all-mail b/bin/all-mail
deleted file mode 100755
index 5a9c1a8..0000000
--- a/bin/all-mail
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-find $HOME/Maildir -type d -name new -not -empty | sed "s+^$HOME/Maildir/++" | sed 's+/new$++' | sort