On Jul 14 07:07 -0700, Kevin J. McCarthy wrote: > crypt-hook [email protected] key1 > crypt-hook [email protected] key2 > crypt-hook [email protected] keyN > unset crypt_confirmhook
That's much better, indeed. I'm now using something like this in a
script which I souce:
gpg2 --list-key | sed -nre 's/.*<(.*@company\.com)>.*/crypt-hook
[email protected] \1/p'
Thank's a lot!
best,
Steve
