Blame SOURCES/mutt_disable_ssl_enforce.patch

9ebef3
Based on https://gitlab.com/muttmua/mutt/-/commit/9204b24e99767ae06b5df25eca55c028d702528b
9ebef3
This patch disable enforcing of ssl
9ebef3
diff -ur mutt-2.0.2/doc/manual.xml.head mutt_patch/doc/manual.xml.head
9ebef3
--- mutt-2.0.2/doc/manual.xml.head	2020-11-07 21:30:03.000000000 +0100
9ebef3
+++ mutt_patch/doc/manual.xml.head	2021-01-27 20:21:05.964647359 +0100
9ebef3
@@ -9104,7 +9104,7 @@
9ebef3
   <para>
9ebef3
     When connecting through a <link linkend="tunnel">$tunnel</link>
9ebef3
     and <link linkend="tunnel-is-secure">$tunnel_is_secure</link> is
9ebef3
-    set (the default), Mutt will assume the connection to the server
9ebef3
+    set (Not the default!), Mutt will assume the connection to the server
9ebef3
     through the pipe is already secured.  Mutt will ignore 
9ebef3
     linkend="ssl-starttls">$ssl_starttls</link> and 
9ebef3
     linkend="ssl-force-tls">$ssl_force_tls</link>, behaving as if TLS
9ebef3
diff -ur mutt-2.0.2/init.h mutt_patch/init.h
9ebef3
--- mutt-2.0.2/init.h	2020-11-20 02:28:59.000000000 +0100
9ebef3
+++ mutt_patch/init.h	2021-01-27 20:20:09.696052996 +0100
9ebef3
@@ -4021,7 +4021,7 @@
9ebef3
   ** The file containing a client certificate and its associated private
9ebef3
   ** key.
9ebef3
   */
9ebef3
-  { "ssl_force_tls",		DT_BOOL, R_NONE, {.l=OPTSSLFORCETLS}, {.l=1} },
9ebef3
+  { "ssl_force_tls",		DT_BOOL, R_NONE, {.l=OPTSSLFORCETLS}, {.l=0} },
9ebef3
   /*
9ebef3
   ** .pp
9ebef3
   ** If this variable is \fIset\fP, Mutt will require that all connections