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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml-sec.el
Date: Wed, 09 Feb 2005 10:51:47 -0500

Index: emacs/lisp/gnus/mml-sec.el
diff -c emacs/lisp/gnus/mml-sec.el:1.5 emacs/lisp/gnus/mml-sec.el:1.6
*** emacs/lisp/gnus/mml-sec.el:1.5      Mon Nov  1 23:06:34 2004
--- emacs/lisp/gnus/mml-sec.el  Wed Feb  9 15:50:37 2005
***************
*** 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")
--- 43,49 ----
  (defcustom mml-default-sign-method "pgpmime"
    "Default sign method.
  The string must have an entry in `mml-sign-alist'."
!   :version "22.1"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 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")
--- 61,67 ----
  (defcustom mml-default-encrypt-method "pgpmime"
    "Default encryption method.
  The string must have an entry in `mml-encrypt-alist'."
!   :version "22.1"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 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")
--- 85,91 ----
  understood by all PGP implementations, in particular PGP version
  2 does not support it!  See Info node `(message)Security' for
  details."
!   :version "22.1"
    :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]