1c0fc2
diff -rup mutt-17a4f92e4a95-orig/init.h mutt-17a4f92e4a95-new/init.h
1c0fc2
--- mutt-17a4f92e4a95-orig/init.h	2015-06-07 22:59:32.000000000 +0200
1c0fc2
+++ mutt-17a4f92e4a95-new/init.h	2015-06-25 15:28:56.095570332 +0200
1c0fc2
@@ -2989,7 +2989,7 @@ struct option_t MuttVars[] = {
1c0fc2
   */
1c0fc2
 #if defined(USE_SSL)
1c0fc2
 #ifdef USE_SSL_GNUTLS
1c0fc2
-  { "ssl_ca_certificates_file", DT_PATH, R_NONE, UL &SslCACertFile, 0 },
1c0fc2
+  { "ssl_ca_certificates_file", DT_PATH, R_NONE, UL &SslCACertFile, "/etc/pki/tls/certs/ca-bundle.crt" },
1c0fc2
   /*
1c0fc2
   ** .pp
1c0fc2
   ** This variable specifies a file containing trusted CA certificates.