From 03279ea318805b3fa7545f01385485e8053daea5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 21 Feb 2019 10:14:17 -0500 Subject: rewrite underway --- bin/getmuttpass | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/getmuttpass (limited to 'bin/getmuttpass') diff --git a/bin/getmuttpass b/bin/getmuttpass new file mode 100755 index 0000000..15a1d55 --- /dev/null +++ b/bin/getmuttpass @@ -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\"" -- cgit v1.2.3