Re: caching passphrases in KMail?
Werner Joss <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Organization | hoernerfranzracing |
| Message-ID | <[email protected]> |
On Monday 08 December 2008 19:07:38 Dexter Filmore wrote: > So I fought my way through a gpg howto and got it working, but how do I > make KMail cache passphrases? kmail doesn't cache passphrases at all, that is done by the gpg-agent, configuration is in your ~/.gnupg directory, file gpg-agent.conf. mine looks like this: pinentry-program /usr/bin/pinentry-qt no-grab default-cache-ttl 1800 which means the passphrase is cached for 1800 seconds. Werner