From cf2e8ae62ad24a38c88a9e449ffa7471c320110b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 24 Jul 2012 10:32:53 +0300 Subject: [PATCH] gnupg/gpg.conf: Show LONG KEYID by default with "--list-keys". --- gnupg/gpg.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index ab060252..dbadee4d 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -31,6 +31,9 @@ use-agent # Use other SHAs than SHA1 if possible. I think that everyone who I use GPG with use enough up-to-date version to support other SHAs than SHA1. personal-digest-preferences SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1 +# Show the LONG KEYID by default. +keyid-format LONG + comment Public key: http://mkaysi.github.com/PGP/key.txt comment Fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 comment Why do I (clear)sign emails? http://git.io/6FLzWg