Variable: mml-secure-openpgp-signers

mml-secure-openpgp-signers is a customizable variable defined in mml-sec.el.gz.

Value

nil

Documentation

A list of your own key ID(s) which will be used to sign OpenPGP messages.

If set, it is added to the setting of mml-secure-openpgp-sign-with-sender.

Aliases

mml1991-signers (obsolete since 25.1) mml2015-signers (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml-sec.el.gz
(defcustom mml-secure-openpgp-signers nil
  "A list of your own key ID(s) which will be used to sign OpenPGP messages.
If set, it is added to the setting of `mml-secure-openpgp-sign-with-sender'."
  :group 'mime-security
  :type '(repeat (string :tag "Key ID")))