diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/mml2015.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index ffe98b6deb1..389b522aec8 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -148,6 +148,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'." (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) |