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

This commit is contained in:
Bob Mottram 2014-10-01 10:27:51 +01:00
parent a4a5501c4f
commit ea7e516024
1 changed files with 1 additions and 1 deletions

View File

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