gpg: add show-keyring,show-sig-expire to list-options

Resolves: #52
This commit is contained in:
Aminda Suomalainen 2020-02-10 23:29:03 +02:00
parent bd6488e0ed
commit eb748c60fc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 6 additions and 2 deletions

View File

@ -81,7 +81,9 @@ default-cert-expire 2y
fixed-list-mode
# You should always know at a glance which User IDs gpg thinks are legitimately bound to the keys in your keyring:
verify-options show-uid-validity
list-options show-uid-validity
# Display calculated validity, which keyring the keys are from and when
# signatures expire
list-options show-uid-validity,show-keyring,show-sig-expire
# Disable comments
no-comments

View File

@ -83,7 +83,9 @@ default-cert-expire 2y
fixed-list-mode
# You should always know at a glance which User IDs gpg thinks are legitimately bound to the keys in your keyring:
verify-options show-uid-validity
list-options show-uid-validity
# Display calculated validity, which keyring the keys are from and when
# signatures expire
list-options show-uid-validity,show-keyring,show-sig-expire
# Disable comments
no-comments