From 559a0c99d15ea0e51f5124fdc323d2c3f71691d4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 11 Mar 2020 14:57:22 +0200 Subject: [PATCH] gpg.conf: add show-policy-urls to list-options --- .mikaela/gpg.conf | 3 ++- gpg/gpg.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 36af63ae..692e3c01 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -88,7 +88,8 @@ fixed-list-mode verify-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 +# Show URLs of signing policies when they exist +list-options show-uid-validity,show-keyring,show-sig-expire,show-policy-urls # Disable comments no-comments diff --git a/gpg/gpg.conf b/gpg/gpg.conf index cde4c567..cdfe1e96 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -88,7 +88,8 @@ fixed-list-mode verify-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 +# Show URLs of signing policies when they exist +list-options show-uid-validity,show-keyring,show-sig-expire,show-policy-urls # Disable comments no-comments