From ea7e51602428d9c341b99f1bae52b8b3022b1fba Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 1 Oct 2014 10:27:51 +0100 Subject: [PATCH] Make the pgp timeout quite long, since stored emails are encrypted --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 28e7740b..76ecbdcb 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -1525,7 +1525,7 @@ function email_client { echo '' >> /etc/Muttrc echo '# GPG/PGP integration' >> /etc/Muttrc echo '# this set the number of seconds to keep in memory the passphrase used to encrypt/sign' >> /etc/Muttrc - echo 'set pgp_timeout=60' >> /etc/Muttrc + echo 'set pgp_timeout=1800' >> /etc/Muttrc echo '' >> /etc/Muttrc echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc echo 'set pgp_autosign # autosign all outgoing mails' >> /etc/Muttrc