diff options
author | Werner Koch <[email protected]> | 2016-06-23 17:25:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-23 18:01:15 +0000 |
commit | 1e5959ec059ba41f4de1e2f953300bc040efc16f (patch) | |
tree | 244e65eb505238b73fdc24d14aa0d1d626f116cc /g10/options.h | |
parent | gpg: Do not print the validity after key generation. (diff) | |
download | gnupg-1e5959ec059ba41f4de1e2f953300bc040efc16f.tar.gz gnupg-1e5959ec059ba41f4de1e2f953300bc040efc16f.zip |
gpg: New import option "import-show".
* g10/options.h (IMPORT_SHOW): New.
* g10/import.c (parse_import_options): Add "import-show".
(import_one): Implement that.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index e14bc07d3..58cf1f9a0 100644 --- a/g10/options.h +++ b/g10/options.h @@ -334,6 +334,7 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode; #define IMPORT_LOCAL_SIGS (1<<0) #define IMPORT_REPAIR_PKS_SUBKEY_BUG (1<<1) #define IMPORT_FAST (1<<2) +#define IMPORT_SHOW (1<<3) #define IMPORT_MERGE_ONLY (1<<4) #define IMPORT_MINIMAL (1<<5) #define IMPORT_CLEAN (1<<6) |