add shorthand for finding mails

This commit is contained in:
Felix Van der Jeugt 2020-12-13 00:39:25 +01:00
parent bd70c1247c
commit f4853eaa5e
No known key found for this signature in database
GPG Key ID: 58B209295023754D

3
local/bin/mfind Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mdirs /data/mail | mlist | magrep "$@" | msort -d | mseq -S
mscan