initial commit
This commit is contained in:
4
credentials/getmuttpass
Executable file
4
credentials/getmuttpass
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
pass=$(gpg -d -q ~/.config/mutt/credentials/$1.gpg)
|
||||
echo set smtp_pass=\"$pass\"
|
||||
echo set imap_pass=\"$pass\"
|
Reference in New Issue
Block a user