mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-24 22:09:57 +01:00
gpg: Make show-uid-validity the default.
This commit is contained in:
parent
3533860ee3
commit
5214d8f02b
@ -2085,9 +2085,11 @@ main (int argc, char **argv)
|
||||
opt.keyserver_options.export_options = EXPORT_ATTRIBUTES;
|
||||
opt.keyserver_options.options = (KEYSERVER_HONOR_KEYSERVER_URL
|
||||
| KEYSERVER_HONOR_PKA_RECORD );
|
||||
opt.verify_options = (VERIFY_SHOW_POLICY_URLS
|
||||
opt.verify_options = (LIST_SHOW_UID_VALIDITY
|
||||
| VERIFY_SHOW_POLICY_URLS
|
||||
| VERIFY_SHOW_STD_NOTATIONS
|
||||
| VERIFY_SHOW_KEYSERVER_URLS);
|
||||
opt.list_options = LIST_SHOW_UID_VALIDITY;
|
||||
#ifdef NO_TRUST_MODELS
|
||||
opt.trust_model = TM_ALWAYS;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user