emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Revoked key (lisp/epa.el)


From: Stefan Kangas
Subject: Re: Revoked key (lisp/epa.el)
Date: Mon, 25 Dec 2023 07:06:49 -0800

CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
writes:

> 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"))
> `----

Thanks, done on emacs-29.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]