X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=gpglist%2Fgpglist;h=1d253e372c8d9185285507e6f7d8a4aaae7ed190;hb=91039a07415460a0cd35a38d10866cd116644268;hp=58d5c1e691e0565b2d31c7bd28a0b91cf1a6f638;hpb=b91e73280982b084eee83d1b7f559fc409417067;p=pgp-tools.git diff --git a/gpglist/gpglist b/gpglist/gpglist index 58d5c1e..1d253e3 100755 --- a/gpglist/gpglist +++ b/gpglist/gpglist @@ -1,5 +1,7 @@ #!/usr/bin/perl +# $Id$ + # small script to show in an intuitive way who signed which of your user ids # # Copyright (c) 2004 Uli Martens @@ -78,6 +80,10 @@ while () { } close SIGS; +# XXX: Add an option for this +my $c = 0; +@uids = grep { ! defined $rev{$uids[$c++]} } @uids; + my $n = scalar @uids -1; for ( my $a=0; $a <= $n; $a++ ) { printf "| " x ($a)