* Revoked key (lisp/epa.el)
@ 2023-11-21 2:31 CHENG Gao via Emacs development discussions.
0 siblings, 0 replies; only message in thread
From: CHENG Gao via Emacs development discussions. @ 2023-11-21 2:31 UTC (permalink / raw)
To: emacs-devel
In lisp/epa.el, epa-list-keys should add status for revoked key as
r revoked key.
,----
| ;;;###autoload
| (defun epa-list-keys (&optional name)
| "List all keys matched with NAME from the public keyring."
| (interactive
| (if current-prefix-arg
| (let ((name (read-string "Pattern: "
| (if epa-list-keys-arguments
| (car epa-list-keys-arguments)))))
| (list (if (equal name "") nil name)))
| (list nil)))
| (epa--list-keys name nil
| "The letters at the start of a line have these meanings.
| e expired key. n never trust. m trust marginally. u trust ultimately.
| f trust fully (keys you have signed, usually).
| q trust status questionable. - trust status unspecified.
| See GPG documentation for more explanation.
| \n"))
`----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-21 2:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21 2:31 Revoked key (lisp/epa.el) CHENG Gao via Emacs development discussions.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.