projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d964a0
)
Allow to list key signatures.
author
ueno
<ueno>
Wed, 26 Apr 2006 09:00:56 +0000
(09:00 +0000)
committer
ueno
<ueno>
Wed, 26 Apr 2006 09:00:56 +0000
(09:00 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
3a2c3ae
..
18242b3
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-254,7
+254,9
@@
(if epa-list-keys-arguments
(car epa-list-keys-arguments)))))
(list (if (equal name "") nil name)
- (y-or-n-p "Secret keys? ")
+ (or (y-or-n-p "Secret keys? ")
+ (if (y-or-n-p "Key signatures? ")
+ 'signatures))
(intern (completing-read "Protocol? "
'(("OpenPGP") ("CMS"))
nil t))))