Set mutt to automatically try to encrypt so that the user has to actively decide if they want to send a message in cleartext
This commit is contained in:
parent
a7bad1850c
commit
12f6c6c628
|
@ -1091,6 +1091,7 @@ function email_client {
|
|||
echo '' >> /etc/Muttrc
|
||||
echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
|
||||
echo 'set pgp_autosign # autosign all outgoing mails' >> /etc/Muttrc
|
||||
echo 'set pgp_autoencrypt # Try to encrypt automatically' >> /etc/Muttrc
|
||||
echo 'set pgp_replyencrypt # autocrypt replies to crypted' >> /etc/Muttrc
|
||||
echo 'set pgp_replysign # autosign replies to signed' >> /etc/Muttrc
|
||||
echo 'set pgp_auto_decode=yes # decode attachments' >> /etc/Muttrc
|
||||
|
|
Loading…
Reference in New Issue