Variable: epa-mail-offer-skip
epa-mail-offer-skip is a customizable variable defined in
epa-mail.el.gz.
Value
t
Documentation
If non-nil, when a recipient has no key, ask whether to skip it.
Otherwise, signal an error.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/epa-mail.el.gz
(defcustom epa-mail-offer-skip t
"If non-nil, when a recipient has no key, ask whether to skip it.
Otherwise, signal an error."
:type 'boolean
:version "28.1"
:group 'epa-mail)