Ver código fonte

Set mutt to automatically try to encrypt so that the user has to actively decide if they want to send a message in cleartext

Bob Mottram 11 anos atrás
pai
commit
12f6c6c628
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh Ver arquivo

1091
   echo '' >> /etc/Muttrc
1091
   echo '' >> /etc/Muttrc
1092
   echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
1092
   echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
1093
   echo 'set pgp_autosign         # autosign all outgoing mails' >> /etc/Muttrc
1093
   echo 'set pgp_autosign         # autosign all outgoing mails' >> /etc/Muttrc
1094
+  echo 'set pgp_autoencrypt      # Try to encrypt automatically' >> /etc/Muttrc
1094
   echo 'set pgp_replyencrypt     # autocrypt replies to crypted' >> /etc/Muttrc
1095
   echo 'set pgp_replyencrypt     # autocrypt replies to crypted' >> /etc/Muttrc
1095
   echo 'set pgp_replysign        # autosign replies to signed' >> /etc/Muttrc
1096
   echo 'set pgp_replysign        # autosign replies to signed' >> /etc/Muttrc
1096
   echo 'set pgp_auto_decode=yes  # decode attachments' >> /etc/Muttrc
1097
   echo 'set pgp_auto_decode=yes  # decode attachments' >> /etc/Muttrc