Browse Source

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

Bob Mottram 10 years ago
parent
commit
ea7e516024
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

1525
   echo '' >> /etc/Muttrc
1525
   echo '' >> /etc/Muttrc
1526
   echo '# GPG/PGP integration' >> /etc/Muttrc
1526
   echo '# GPG/PGP integration' >> /etc/Muttrc
1527
   echo '# this set the number of seconds to keep in memory the passphrase used to encrypt/sign' >> /etc/Muttrc
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
   echo '' >> /etc/Muttrc
1529
   echo '' >> /etc/Muttrc
1530
   echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
1530
   echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
1531
   echo 'set pgp_autosign         # autosign all outgoing mails' >> /etc/Muttrc
1531
   echo 'set pgp_autosign         # autosign all outgoing mails' >> /etc/Muttrc