From 0bad13cdf4e134c2be596f8d4ecf49146dde9433 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 27 May 2005 03:00:26 +0000 Subject: * g10.c (main): Default {export|import}-unusable-sigs to off until the "clean" UI can be finished. --- g10/ChangeLog | 5 +++++ g10/g10.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/g10/ChangeLog b/g10/ChangeLog index 12c1702b1..87608c3be 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2005-05-26 David Shaw + + * g10.c (main): Default {export|import}-unusable-sigs to off until + the "clean" UI can be finished. + 2005-05-24 Werner Koch * passphrase.c (ask_passphrase): Unescape the description string. diff --git a/g10/g10.c b/g10/g10.c index e1b9fb7f9..680f48852 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -1663,9 +1663,9 @@ main( int argc, char **argv ) opt.force_v3_sigs = 1; opt.escape_from = 1; opt.import_options=IMPORT_SK2PK; - opt.export_options=EXPORT_ATTRIBUTES; + opt.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS; opt.keyserver_options.import_options=IMPORT_REPAIR_PKS_SUBKEY_BUG; - opt.keyserver_options.export_options=EXPORT_ATTRIBUTES; + opt.keyserver_options.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS; opt.keyserver_options.options= KEYSERVER_INCLUDE_SUBKEYS|KEYSERVER_INCLUDE_REVOKED|KEYSERVER_TRY_DNS_SRV|KEYSERVER_HONOR_KEYSERVER_URL; opt.verify_options= -- cgit v1.2.3