mutt-wizard/credentials/getmuttpass

5 lines
123 B
Plaintext
Raw Normal View History

2018-02-10 07:47:29 +01:00
#!/bin/bash
2018-02-13 21:00:48 +01:00
pass=$(gpg2 -d -q ~/.config/mutt/credentials/$1.gpg)
2018-02-10 07:47:29 +01:00
echo set smtp_pass=\"$pass\"
echo set imap_pass=\"$pass\"