mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add sub-option ignore-attributes to --import-options.
* g10/options.h (IMPORT_IGNORE_ATTRIBUTES): New. * g10/import.c (parse_import_options): Add new sub-option. (read_block): Implement sub-option. -- Suggested-by: Robin H. Johnson Tested using the import-export feature: gpg --export KEY_WITH_PICTURE \ | gpg --import --import-options import-export,ignore-attributes \ | gpg --show-key
This commit is contained in:
parent
a227a0d54d
commit
d4976e35d2
3 changed files with 17 additions and 0 deletions
|
@ -2579,6 +2579,10 @@ opposite meaning. The options are:
|
|||
import-clean it suppresses the final clean step after merging the
|
||||
imported key into the existing key.
|
||||
|
||||
@item ignore-attributes
|
||||
Ignore all attribute user IDs (photo IDs) and their signatures while
|
||||
importing a key.
|
||||
|
||||
@item repair-keys
|
||||
After import, fix various problems with the
|
||||
keys. For example, this reorders signatures, and strips duplicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue