* mm-encode.el (mm-sign-option, mm-encrypt-option): New user option;
[gnus] / lisp / mm-decode.el
index afbc0b8..098f091 100644 (file)
@@ -488,15 +488,6 @@ result of the verification."
                 (item :tag "ask" nil))
   :group 'mime-security)
 
-(defcustom mm-sign-option nil
-  "Option how to create signed parts.
-nil, use the default keys without asking;
-`guided', let you select signing keys from the menu."
-  :version "23.1"
-  :type '(choice (item guided)
-                (item :tag "default" nil))
-  :group 'mime-security)
-
 (defvar mm-viewer-completion-map
   (let ((map (make-sparse-keymap 'mm-viewer-completion-map)))
     (set-keymap-parent map minibuffer-local-completion-map)