mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add --import-option "no-seckeys".
* g10/import.c (parse_import_options): Add "no-seckeys". -- GnuPG-bug-id: 7146
This commit is contained in:
parent
d6bbb90f1e
commit
db556fcb7a
2 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,8 @@ parse_import_options(char *str,unsigned int *options,int noisy)
|
|||
/* New options. Right now, without description string. */
|
||||
{"ignore-attributes", IMPORT_IGNORE_ATTRIBUTES, NULL, NULL},
|
||||
|
||||
{"no-seckeys", IMPORT_NO_SECKEY, NULL, NULL},
|
||||
|
||||
/* Hidden options which are enabled by default and are provided
|
||||
* in case of problems with the respective implementation. */
|
||||
{"collapse-uids", IMPORT_COLLAPSE_UIDS, NULL, NULL},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue