Преглед на файлове

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 преди 10 години
родител
ревизия
12f6c6c628
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh Целия файл

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