rewrite underway
This commit is contained in:
5
bin/getmuttpass
Executable file
5
bin/getmuttpass
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
GPG="gpg"; command -v gpg >/dev/null || GPG="gpg2"
|
||||
pass=$(printf '%q' "$("$GPG" --decrypt --quiet ~/.local/share/muttwizard/$1.gpg)")
|
||||
echo "set smtp_pass=\"$pass\""
|
||||
echo "set imap_pass=\"$pass\""
|
Reference in New Issue
Block a user