diff options
author | David Shaw <[email protected]> | 2005-05-27 03:00:26 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-05-27 03:00:26 +0000 |
commit | 0bad13cdf4e134c2be596f8d4ecf49146dde9433 (patch) | |
tree | 837fce03dc5ff1b4400fdea849e42bca9ae42259 | |
parent | * NEWS: Note command completion and the new curl-based HKP helper. (diff) | |
download | gnupg-0bad13cdf4e134c2be596f8d4ecf49146dde9433.tar.gz gnupg-0bad13cdf4e134c2be596f8d4ecf49146dde9433.zip |
* g10.c (main): Default {export|import}-unusable-sigs to off until the
"clean" UI can be finished.
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <[email protected]> + + * g10.c (main): Default {export|import}-unusable-sigs to off until + the "clean" UI can be finished. + 2005-05-24 Werner Koch <[email protected]> * passphrase.c (ask_passphrase): Unescape the description string. @@ -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= |