summaryrefslogtreecommitdiff
path: root/credentials/getmuttpass
blob: 796b8519508e8b2062be1271364d9f076046e82e (plain)
1
2
3
4
5
#!/bin/bash
pass=$(gpg2 --decrypt --quiet ~/.config/mutt/credentials/$1.gpg)
pass=$(printf '%q' $pass)
echo set smtp_pass=\'$pass\'
echo set imap_pass=\'$pass\'