Variable: mml-secure-smime-signers

mml-secure-smime-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 S/MIME messages.

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

Aliases

mml-smime-signers (obsolete since 25.1)

Source Code

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