5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
|
#!/bin/bash
|
||
|
pass=$(gpg -d -q ~/.config/mutt/credentials/$1.gpg)
|
||
|
echo set smtp_pass=\"$pass\"
|
||
|
echo set imap_pass=\"$pass\"
|