diff options
author | David Shaw <[email protected]> | 2005-11-10 23:25:20 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-10 23:25:20 +0000 |
commit | a81633ca7d65a19671392aeed6418fd8e7a2bb62 (patch) | |
tree | 60030d4b8883b84bcf820c85b4679c0ec8c9d1c7 /g10/trustdb.c | |
parent | * packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.c (diff) | |
download | gnupg-a81633ca7d65a19671392aeed6418fd8e7a2bb62.tar.gz gnupg-a81633ca7d65a19671392aeed6418fd8e7a2bb62.zip |
* keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add "minimize"
command.
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index dbcab271a..d1a011625 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1659,8 +1659,6 @@ clean_sigs_from_uid(KBNODE keyblock,KBNODE uidnode,int noisy,int self_only) We don't actually remove the user ID packet itself since it might be ressurected in a later merge. - If this self-sig is a revocation, we also include the most recent - valid regular sig since it is hard to import the user ID otherwise. TODO: change the import code to allow importing a uid with only a revocation if the uid already exists on the keyring. */ int |