소스 검색

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

Bob Mottram 10 년 전
부모
커밋
ea7e516024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

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