From: CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
To: emacs-devel@gnu.org
Subject: Revoked key (lisp/epa.el)
Date: Tue, 21 Nov 2023 10:31:20 +0800 [thread overview]
Message-ID: <877cmbn8g7.fsf@icloud.com> (raw)
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"))
`----
next reply other threads:[~2023-11-21 2:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 2:31 CHENG Gao via Emacs development discussions. [this message]
2023-12-25 15:06 ` Revoked key (lisp/epa.el) Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877cmbn8g7.fsf@icloud.com \
--to=emacs-devel@gnu.org \
--cc=chenggao@icloud.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).