mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
bb040dde3e
Move mail/mutt-lite to mail/mutt14-lite Move mail/mutt-devel to mail/mutt Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid breaking the cvs exporter PR: ports/169546 Suggested by: obrien Approved by: maintainer
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
--- crypt.c.orig Fri Mar 7 09:23:44 2003
|
|
+++ crypt.c Fri Mar 21 00:06:48 2003
|
|
@@ -440,7 +440,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
|