mutt-wizard/credentials/getmuttpass

5 lines
123 B
Plaintext
Raw Normal View History

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