diff options
author | David Shaw <[email protected]> | 2004-01-24 00:47:45 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-01-24 00:47:45 +0000 |
commit | 385a19bd7bab47da5b703fafa3ff177fbed631a4 (patch) | |
tree | 2b92d533161f9fc253261d920ddeaffffd15570b /g10/mainproc.c | |
parent | * g10.c (list_config): New function to dump config options to stdout. (diff) | |
download | gnupg-385a19bd7bab47da5b703fafa3ff177fbed631a4.tar.gz gnupg-385a19bd7bab47da5b703fafa3ff177fbed631a4.zip |
* mainproc.c (list_node): Show sigs with --verbose.
* options.h, g10.c (set_screen_dimensions): New function to look at
COLUMNS and LINES.
* keyserver.c (parse_keyrec, keyserver_search_prompt), keyedit.c
(print_and_check_one_sig): Use new screen dimension variables.
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 8fe45c544..4062ab95a 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1005,7 +1005,7 @@ list_node( CTX c, KBNODE node ) char *p; int sigrc = ' '; - if( !opt.list_sigs ) + if( !opt.verbose ) return; if( sig->sig_class == 0x20 || sig->sig_class == 0x30 ) |