* epa.el (epa-sign-region): --armor & --textmode.
(epa-encrypt-region): Ditto.
+ (epa-list-keys): If prefix-arg is specified, use "OpenPGP" as the
+ default protocol.
(epa-import-keys-region): New command.
(epa-insert-keys): New command.
(epa--insert-keys): Renamed from epa-insert-keys.
(if epa-list-keys-arguments
(car epa-list-keys-arguments)))))
(list (if (equal name "") nil name)
- (y-or-n-p "Secret keys? ")
- (intern (completing-read "Protocol? "
+ (y-or-n-p "Secret keys?")
+ (intern (completing-read "Protocol? (default OpenPGP) "
'(("OpenPGP") ("CMS"))
- nil t))))
+ nil t nil nil "OpenPGP"))))
(or epa-list-keys-arguments (list nil nil nil))))
(unless (and epa-keys-buffer
(buffer-live-p epa-keys-buffer))