(mml-signencrypt-style-alist): Use separate S/MIME
authorSimon Josefsson <jas@extundo.com>
Thu, 31 Jul 2003 01:16:10 +0000 (01:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 31 Jul 2003 01:16:10 +0000 (01:16 +0000)
method by default (revert partial 2003-07-10 patch).

lisp/mml-sec.el

index 4a9e6e3..757a0f8 100644 (file)
@@ -54,7 +54,7 @@
   "Default encryption method.")
 
 (defcustom mml-signencrypt-style-alist
-  '(("smime"   combined)
+  '(("smime"   separate)
     ("pgp"     combined)
     ("pgpauto" combined)
     ("pgpmime" combined))