diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index fed358ec..ac1ae952 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -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 diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 65aaa173..7e8f9668 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -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