emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mml-sec.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml-sec.el
Date: Mon, 01 Nov 2004 18:16:36 -0500

Index: emacs/lisp/gnus/mml-sec.el
diff -c emacs/lisp/gnus/mml-sec.el:1.4 emacs/lisp/gnus/mml-sec.el:1.5
*** emacs/lisp/gnus/mml-sec.el:1.4      Wed Sep 29 06:35:13 2004
--- emacs/lisp/gnus/mml-sec.el  Mon Nov  1 23:06:34 2004
***************
*** 43,48 ****
--- 43,49 ----
  (defcustom mml-default-sign-method "pgpmime"
    "Default sign method.
  The string must have an entry in `mml-sign-alist'."
+   :version "21.4"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 60,65 ****
--- 61,67 ----
  (defcustom mml-default-encrypt-method "pgpmime"
    "Default encryption method.
  The string must have an entry in `mml-encrypt-alist'."
+   :version "21.4"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 83,88 ****
--- 85,91 ----
  understood by all PGP implementations, in particular PGP version
  2 does not support it!  See Info node `(message)Security' for
  details."
+   :version "21.4"
    :group 'message
    :type '(repeat (list (choice (const :tag "S/MIME" "smime")
                               (const :tag "PGP" "pgp")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]