Update 2022-12-06 08:01 OpenBSD/amd64
This commit is contained in:
10
.bin/dexec_mail
Executable file
10
.bin/dexec_mail
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
ALIASES=$(ksh -ic alias | grep ^mutt- | cut -d= -f1)
|
||||
|
||||
. $HOME/.bin/_config
|
||||
MAILBOX="imaps://mail.codevoid.de"
|
||||
|
||||
SEL=$(printf "$ALIASES" | $DMENU_CMD -p Mutt)
|
||||
|
||||
[ -z "$SEL" ] || texec $SEL
|
||||
Reference in New Issue
Block a user