1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* main.h, keylist.c (show_notation): Add argument to show only user

notations, only standard notations, or both.  Change all callers.

* keyserver.c (keyserver_spawn): We still need EXEC_TEMPFILE_ONLY.
This commit is contained in:
David Shaw 2004-04-29 03:42:54 +00:00
parent 75f14e8571
commit 0842905be3
6 changed files with 28 additions and 7 deletions

View file

@ -1539,9 +1539,9 @@ check_sig_and_print( CTX c, KBNODE node )
show_keyserver_url(sig,0,2);
if(opt.verify_options&VERIFY_SHOW_NOTATIONS)
show_notation(sig,0,1);
show_notation(sig,0,1,0);
else
show_notation(sig,0,2);
show_notation(sig,0,2,0);
}
if( !rc && is_status_enabled() ) {