gpg: remove obsolete default values in the settings
- charset option doesn't exist. The correct option name is display-charset. - fixed-list-mode option is always used and thus obsolete since GNUPG 2.0.10. - use-agent is a dummy option. gpg will always requires the agent.
This commit is contained in:
parent
f894bc4ffd
commit
47e195783e
2 changed files with 2 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
cert-digest-algo SHA512
|
||||
charset utf-8
|
||||
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
|
||||
fixed-list-mode
|
||||
display-charset utf-8
|
||||
keyid-format 0xlong
|
||||
list-options show-uid-validity
|
||||
|
||||
|
|
@ -16,6 +15,5 @@ s2k-digest-algo SHA512
|
|||
throw-keyids
|
||||
trusted-key 0xXXXXXXXXXXXXX
|
||||
trusted-key 0xYYYYYYYYYYYYY
|
||||
use-agent
|
||||
verify-options show-uid-validity
|
||||
with-fingerprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue