diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:47:20 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:47:20 -0400 |
commit | c65a5cc723b490609010411ce96c604a097418d7 (patch) | |
tree | f7d8d2957cb6f47263fc0970ccbd990caf3e041e /bin | |
parent | 5aef2f37f4961c165635f2626e1d40f450a3fafa (diff) |
pass now used for password management
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/getmuttpass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/getmuttpass b/bin/getmuttpass deleted file mode 100755 index 006115f..0000000 --- a/bin/getmuttpass +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -GPG="gpg"; command -v gpg >/dev/null || GPG="gpg2" -pass=$(printf '%q' "$("$GPG" --decrypt --quiet "$HOME/.local/share/muttwizard/$1.gpg")") -echo "set smtp_pass=\"$pass\"" -echo "set imap_pass=\"$pass\"" |