muttimage replaced by openfile
This commit is contained in:
3
bin/mw
3
bin/mw
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
|
||||
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
|
||||
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&
|
||||
|
Reference in New Issue
Block a user