11 lines
251 B
Text
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
|