1c0fc2
diff -up mutt-1.5.21/contrib/Makefile.am.cabundle mutt-1.5.21/contrib/Makefile.am
1c0fc2
--- mutt-1.5.21/contrib/Makefile.am.cabundle	2008-03-19 21:07:06.000000000 +0100
1c0fc2
+++ mutt-1.5.21/contrib/Makefile.am	2011-11-02 12:47:34.143534053 +0100
1c0fc2
@@ -5,7 +5,7 @@ subdir = contrib
1c0fc2
 SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
1c0fc2
 	sample.muttrc  sample.mailcap sample.muttrc-tlr \
1c0fc2
 	colors.default colors.linux smime.rc \
1c0fc2
-	ca-bundle.crt smime_keys_test.pl mutt_xtitle
1c0fc2
+	smime_keys_test.pl mutt_xtitle
1c0fc2
 
1c0fc2
 EXTRA_DIST = language.txt language50.txt  \
1c0fc2
 	patch.slang-1.2.2.keypad.1	\
1c0fc2
diff -up mutt-1.5.21/doc/smime-notes.txt.cabundle mutt-1.5.21/doc/smime-notes.txt
1c0fc2
--- mutt-1.5.21/doc/smime-notes.txt.cabundle	2011-11-02 12:53:56.808750080 +0100
1c0fc2
+++ mutt-1.5.21/doc/smime-notes.txt	2011-11-02 12:57:46.225881970 +0100
1c0fc2
@@ -40,8 +40,10 @@ How to add use mutt's S/MIME capabilitie
1c0fc2
 - Edit the smime_sign_as line in your muttrc, replacing the keyid with your
1c0fc2
   own.
1c0fc2
 
1c0fc2
-- You probably want to import the trusted roots in
1c0fc2
-  contrib/ca-bundle.crt. This makes you trust anything that was ultimately
1c0fc2
+- There is no more ca-bundle.crt file with the trusted roots to import shipped 
1c0fc2
+  in mutt. The upstream file is out-dated and user is encouraged to use 
1c0fc2
+  ca-bundle.crt from ca-certificate pacakge.
1c0fc2
+  This makes you trust anything that was ultimately
1c0fc2
   signed by one of them. You can use "smime_keys add_root" to do so, or
1c0fc2
   just copy ca-bundle.crt into the place you point mutt's smime_ca_location
1c0fc2
   variable to.