From d9088a130d92929bd78fa83dc1f9fb94e7c35ae2 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 20 Mar 2007 22:58:18 +0000 Subject: [PATCH] Describe M-x epa-list-secret-keys. --- epa.texi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/epa.texi b/epa.texi index 70c09e2..5a00b12 100644 --- a/epa.texi +++ b/epa.texi @@ -130,9 +130,7 @@ keyring. @kbd{M-x epa-list-keys} is corresponding to @samp{gpg --list-keys} from the command line. @deffn Command epa-list-keys name mode -Show all keys matched with @var{name} from the keyring. -If @var{mode} is non-nil, it reads the private keyring. Otherwise, it -reads the public keyring. +Show all keys matched with @var{name} from the public keyring. @end deffn The output looks as follows. @@ -141,6 +139,12 @@ The output looks as follows. u A5B6B2D4B15813FE Daiki Ueno @end example +To browse your private keyring, use @kbd{M-x epa-list-secret-keys}. + +@deffn Command epa-list-secret-keys name +Show all keys matched with @var{name} from the private keyring. +@end deffn + A character on the leftmost column indicates the trust level of the key. If it is @samp{u}, the key is marked as ultimately trusted. The second column is the key ID, and the rest is the user ID. -- 1.7.10.4