diff options
author | David Shaw <[email protected]> | 2004-10-28 03:14:55 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-10-28 03:14:55 +0000 |
commit | f5b7a72a48ddfbf970859f2695bd6c86692169d0 (patch) | |
tree | 64de9387ed5a0a975f8cfacdbf8b9a9da131f0b1 /g10/card-util.c | |
parent | * keyring.c: Make some strings translatable. (diff) | |
download | gnupg-f5b7a72a48ddfbf970859f2695bd6c86692169d0.tar.gz gnupg-f5b7a72a48ddfbf970859f2695bd6c86692169d0.zip |
* keylist.c (status_one_subpacket): New. Send the subpacket data to the
--status interface.
* card-util.c (card_edit): Show when admin is enabled or not.
* status.h, status.c: New STATUS_SIG_SUBPACKET type.
* build-packet.c (build_sig_subpkt): Multiple keyserver URLs are allowed.
Diffstat (limited to 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 1ff57ade5..64341280e 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -1293,6 +1293,10 @@ card_edit (STRLIST commands) case cmdADMIN: allow_admin=!allow_admin; + if(allow_admin) + tty_printf(_("Admin commands are allowed\n")); + else + tty_printf(_("Admin commands are not allowed\n")); break; case cmdLIST: |