freebsd-ports/mail/mutt/files/extra-patch-smime-outlook
Kirill Ponomarev 4dad82591b Update to 1.10.0
PR:		228387
Submitted by:	maintainer
2018-05-21 20:39:16 +00:00

11 lines
251 B
Text

--- crypt.c.orig 2018-05-19 20:33:53 UTC
+++ crypt.c
@@ -501,7 +501,7 @@
{
len++;
if (!ascii_strcasecmp ((t+len), "p7m"))
-#if 0
+#if 1
return SMIMEENCRYPT;
#else
/* Not sure if this is the correct thing to do, but