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 /g10/g10.c | |
| 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 'g10/g10.c')
| -rw-r--r-- | g10/g10.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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= |
