Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
5
.bin/OLD/mutt-find
Executable file
5
.bin/OLD/mutt-find
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
local LINKDIR="$HOME/.cache/mu/results"
|
||||
mu find --clearlinks --format=links --linksdir=$LINKDIR "$@" \
|
||||
&& mutt -F $HOME/.mutt/rc-account-private -f $LINKDIR
|
||||
rm -rf $LINKDIR;
|
||||
Reference in New Issue
Block a user