aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2019-07-15 20:24:35 +0000
committerDaniel Kahn Gillmor <[email protected]>2019-07-15 20:24:35 +0000
commitbe99eec2b105eb5f8e3759147ae351dcc40560ad (patch)
treea4a28707d637fd9fa884ff85e736efe63a19e446 /doc/gpg.texi
parentscd: Remove useless GNUPG_SCD_MAIN_HEADER macro. (diff)
downloadgnupg-dkg-fix-T4628.tar.gz
gnupg-dkg-fix-T4628.zip
gpg: drop import-clean from default keyserver import optionsdkg-fix-T4628
* g10/gpg.c (main): drop IMPORT_CLEAN from the default opt.keyserver_options.import_options * doc/gpg.texi: reflect this change in the documentation Given that SELF_SIGS_ONLY is already set, it's not clear what additional benefit IMPORT_CLEAN provides. Furthermore, IMPORT_CLEAN means that receiving an OpenPGP certificate from a keyserver will potentially delete data that is otherwise held in the local keyring, which is surprising to users who expect retrieval from the keyservers to be purely additive. GnuPG-Bug-Id: 4628 Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r--doc/gpg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 80c7f48f5..2d45e0f29 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1933,7 +1933,7 @@ are available for all keyserver types, some common options are:
@end table
-The default list of options is: "self-sigs-only, import-clean,
+The default list of options is: "self-sigs-only,
repair-keys, repair-pks-subkey-bug, export-attributes,
honor-pka-record".