Bläddra i källkod

Make the pgp timeout quite long, since stored emails are encrypted

Bob Mottram 11 år sedan
förälder
incheckning
ea7e516024
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Visa fil

@@ -1525,7 +1525,7 @@ function email_client {
1525 1525
   echo '' >> /etc/Muttrc
1526 1526
   echo '# GPG/PGP integration' >> /etc/Muttrc
1527 1527
   echo '# this set the number of seconds to keep in memory the passphrase used to encrypt/sign' >> /etc/Muttrc
1528
-  echo 'set pgp_timeout=60' >> /etc/Muttrc
1528
+  echo 'set pgp_timeout=1800' >> /etc/Muttrc
1529 1529
   echo '' >> /etc/Muttrc
1530 1530
   echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
1531 1531
   echo 'set pgp_autosign         # autosign all outgoing mails' >> /etc/Muttrc