gnupg/gpg.conf: add import-clean to keyserver-options.

```
import-clean
       After  import, compact (remove all signatures except the
              self-signature) any user IDs from the new key  that  are
                     not  usable.   Then,  remove any signatures from the new
                            key that are not usable.  This includes signatures  that
                                   were issued by keys that are not present on the keyring.
                                          This option is the same as running the  --edit-key  com‐
                                                 mand "clean" after import. Defaults to no.
```
This commit is contained in:
Mika Suomalainen 2012-07-25 18:49:29 +03:00
parent 4059cb51a5
commit 2043a550fe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ default-recipient-self
encrypt-to 82A46728
charset UTF-8
keyserver hkp://pool.sks-keyservers.net
keyserver-options auto-key-retrieve no-include-revoked verbose
keyserver-options auto-key-retrieve no-include-revoked verbose import-clean
use-agent
# Use other SHAs than SHA1 if possible. I think that everyone who I use GPG with use enough up-to-date version to support other SHAs than SHA1.