summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-19 17:47:20 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-19 17:47:20 -0400
commitc65a5cc723b490609010411ce96c604a097418d7 (patch)
treef7d8d2957cb6f47263fc0970ccbd990caf3e041e /bin
parent5aef2f37f4961c165635f2626e1d40f450a3fafa (diff)
pass now used for password management
Diffstat (limited to 'bin')
-rwxr-xr-xbin/getmuttpass5
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\""