From 9607bc0b9fce1f7853eee6591b44e35deed4a66c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 24 Jun 2014 09:53:46 +0200 Subject: [PATCH] gpg: Make show-uid-validity the default. --- g10/gpg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/g10/gpg.c b/g10/gpg.c index 87ffe540f..1a8e6e7c0 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -2004,6 +2004,8 @@ main (int argc, char **argv) opt.passphrase_repeat=1; opt.emit_version = 1; /* Limit to the major number. */ + opt.list_options |= LIST_SHOW_UID_VALIDITY; + opt.verify_options |= LIST_SHOW_UID_VALIDITY; /* Check whether we have a config file on the command line. */ orig_argc = argc;