From ce6be946d024aa55a15d576388d05f90be671cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 8 Oct 2022 12:40:19 +0200 Subject: Sat Oct 8 12:40:19 PM CEST 2022 --- .bin/get-mailbox-local | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 .bin/get-mailbox-local (limited to '.bin/get-mailbox-local') 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} -- cgit v1.2.3