summaryrefslogtreecommitdiffstats
path: root/.bin/get-mailbox-local
diff options
context:
space:
mode:
Diffstat (limited to '.bin/get-mailbox-local')
-rwxr-xr-x.bin/get-mailbox-local11
1 files changed, 0 insertions, 11 deletions
diff --git a/.bin/get-mailbox-local b/.bin/get-mailbox-local
deleted file mode 100755
index b579016..0000000
--- a/.bin/get-mailbox-local
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-root_dir=$(readlink -f ${1})
-
-mailboxes=$(find "${1}" -name "cur" |
- xargs dirname |
- sed "s@$root_dir/@+@g" |
- grep "${2:-.*}" |
- sort)
-
-echo ${mailboxes}
remember that computers suck.