Variable: mml2015-maximum-key-image-dimension

mml2015-maximum-key-image-dimension is a customizable variable defined in mml2015.el.gz.

Value

64

Documentation

The maximum dimension (width or height) of any key images.

This variable was added, or its default value changed, in Emacs 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml2015.el.gz
(defcustom mml2015-maximum-key-image-dimension 64
  "The maximum dimension (width or height) of any key images."
  :version "24.4"
  :group 'mime-security
  :type 'integer)