fa40b0
diff -ur mutt-1.8.0.orig/contrib/Makefile.am mutt-1.8.0/contrib/Makefile.am
fa40b0
--- mutt-1.8.0.orig/contrib/Makefile.am	2017-02-25 15:28:22.124997366 +0000
fa40b0
+++ mutt-1.8.0/contrib/Makefile.am	2017-02-25 15:48:10.834036861 +0000
fa40b0
@@ -6,7 +6,7 @@
fa40b0
 	sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \
fa40b0
 	sample.muttrc-compress sample.muttrc-starter \
fa40b0
 	sample.vimrc-sidebar colors.default colors.linux smime.rc \
fa40b0
-	ca-bundle.crt smime_keys_test.pl mutt_xtitle markdown2html \
fa40b0
+	smime_keys_test.pl mutt_xtitle markdown2html \
fa40b0
 	bgedit-detectgui.sh bgedit-screen-tmux.sh \
fa40b0
 	mutt_oauth2.py mutt_oauth2.py.README
fa40b0
 
fa40b0
diff -ur mutt-1.8.0.orig/doc/smime-notes.txt mutt-1.8.0/doc/smime-notes.txt
fa40b0
--- mutt-1.8.0.orig/doc/smime-notes.txt	2017-02-25 15:28:22.119997501 +0000
fa40b0
+++ mutt-1.8.0/doc/smime-notes.txt	2017-02-25 16:06:38.986242390 +0000
fa40b0
@@ -40,8 +40,10 @@
fa40b0
 - Edit the smime_sign_as line in your muttrc, replacing the keyid with your
fa40b0
   own.
fa40b0
 
fa40b0
-- You probably want to import the trusted roots in
fa40b0
-  contrib/ca-bundle.crt. This makes you trust anything that was ultimately
fa40b0
+- There is no more ca-bundle.crt file with the trusted roots to import shipped 
fa40b0
+  in mutt. The upstream file is out-dated and user is encouraged to use 
fa40b0
+  ca-bundle.crt from ca-certificate package.
fa40b0
+  This makes you trust anything that was ultimately
fa40b0
   signed by one of them. You can use "smime_keys add_root" to do so, or
fa40b0
   just copy ca-bundle.crt into the place you point mutt's smime_ca_location
fa40b0
   variable to.