summaryrefslogtreecommitdiff
path: root/credentials/getmuttpass
diff options
context:
space:
mode:
Diffstat (limited to 'credentials/getmuttpass')
-rwxr-xr-xcredentials/getmuttpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/credentials/getmuttpass b/credentials/getmuttpass
index e01c5de..f94cb82 100755
--- a/credentials/getmuttpass
+++ b/credentials/getmuttpass
@@ -1,4 +1,4 @@
#!/bin/bash
-pass=$(gpg2 -d -q ~/.config/mutt/credentials/$1.gpg)
+pass=$(gpg2 --decrypt --quiet ~/.config/mutt/credentials/$1.gpg)
echo set smtp_pass=\"$pass\"
echo set imap_pass=\"$pass\"