Create in ~/.mutt/pass
with contents:
set my_pass = "password"
Encrypt the file:
gpg -e ~/.mutt/pass
Toward front of ~/.muttrc
:
source "gpg -dq $HOME/.mutt/pass.gpg |"
Note the pipe.
Create in ~/.mutt/pass
with contents:
set my_pass = "password"
Encrypt the file:
gpg -e ~/.mutt/pass
Toward front of ~/.muttrc
:
source "gpg -dq $HOME/.mutt/pass.gpg |"
Note the pipe.