From: ueno Date: Tue, 20 Mar 2007 22:58:18 +0000 (+0000) Subject: Describe M-x epa-list-secret-keys. X-Git-Tag: epg-0_0_11~48 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d9088a130d92929bd78fa83dc1f9fb94e7c35ae2;p=elisp%2Fepg.git Describe M-x epa-list-secret-keys. --- 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.