]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gnupg/gpg.conf: display validity of UIDs when verify signatures
authorSimon Ruderich <simon@ruderich.org>
Thu, 19 Jul 2018 08:57:10 +0000 (10:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 19 Jul 2018 08:57:10 +0000 (10:57 +0200)
mail/gnupg/gpg.conf

index 2cbec146950ffaa25a7bad98e7af1159f8e2abe2..53e2dddeb218490f908413ab457a91e64b504b99 100644 (file)
@@ -28,6 +28,10 @@ no-greeting
 # Use long keyids because the short ones have collisions.
 keyid-format 0xlong
 
 # Use long keyids because the short ones have collisions.
 keyid-format 0xlong
 
+# Display validity of UIDs when verifying signatures.
+list-options   show-uid-validity
+verify-options show-uid-validity
+
 
 # KEY GENERATION
 
 
 # KEY GENERATION