> I've added a default-key directive to my gpg.conf and got it working. > The only annoying thing is that now it doesn't seem to be caching the > PIN, so I have to enter it every time, even if I open the same email 30 > seconds later. > > Is this normal?
Like your previous issue, this is about a misconfigured GnuPG, not a problem in Enigmail. Add the line "default-cache-ttl 3600" to gpg-agent.conf. Kill the gpg-agent process. The next time GnuPG needs a passphrase it will launch a new gpg-agent process, which in turn will cache everything for an hour (3600 seconds). _______________________________________________ enigmail-users mailing list [email protected] To unsubscribe or make changes to your subscription click here: https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
