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