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:
Bob Mottram 2014-09-23 22:57:40 +01:00
parent a7bad1850c
commit 12f6c6c628
1 changed files with 1 additions and 0 deletions

View File

@ -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