diff options
author | Werner Koch <[email protected]> | 2002-09-02 10:58:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-09-02 10:58:46 +0000 |
commit | bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe (patch) | |
tree | 3ebb29ec9cab5068818bdded3b41c8e232e60c33 /doc/DETAILS | |
parent | * strgutil.c (set_native_charset): Allow NULL as argument to use (diff) | |
download | gnupg-bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe.tar.gz gnupg-bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe.zip |
* gpg.sgml: Updated the charset option.
* DETAILS: Added status IMPORT_OK.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 5c5eb07b7..859103775 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -270,6 +270,17 @@ more arguments in future versions. IMPORTED <long keyid> <username> The keyid and name of the signature just imported + IMPORT_OK <reason> [<fingerprint>] + The key with the primary key's FINGERPRINT has been imported. + Reason flags: + 0 := Not actually changed + 1 := Entirely new key. + 2 := New user IDs + 4 := New signatures + 8 := New subkeys + 16 := Contains private key. + The flags may be XORed. + IMPORT_PROBLEM <reason> [<fingerprint>] Issued for each import failure. Reason codes are: 0 := "No specific reason given". |