diff options
author | Werner Koch <wk@gnupg.org> | 2007-11-19 17:32:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-11-19 17:32:05 +0100 |
commit | c1270f06feda61ff864c485336d31db8a00cb56c (patch) | |
tree | 0643cd45958cb506d90cb7c2ef020c5049d0d47a /TODO | |
parent | Started to implement the audit log feature. (diff) | |
download | gnupg2-c1270f06feda61ff864c485336d31db8a00cb56c.tar.xz gnupg2-c1270f06feda61ff864c485336d31db8a00cb56c.zip |
Document --auto-issuer-key-retrieve.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -129,3 +129,12 @@ This may happen and lead to an Ambiguous Name error. Solution is to check the certs for identity before throwing this error. +* Gpg-Agent Locale + Although we pass LC_MESSAGE from gpgsm et al. to Pinentry, this has + only an effect on the stock GTK strings (e.g. "OK") and not on any + strings gpg-agent generates and passes to Pinentry. This defeats + our design goal to allow changing the locale without changing + gpg-agent's default locale (e.g. by the command updatestartuptty). + + + |