freebsd-ports/mail/mutt-devel/files/extra-patch-smime-outlook
Ruslan Ermilov fe75923e2b - Add new knob WITH_MUTT_SMIME_OUTLOOK_COMPAT.
- Re-enable the knobs WITH_MUTT_NNTP and WITH_MUTT_QUOTE_PATCH for
  which patches are now available.
- Fix handling of differing patch-versions for the knobs.
- Fix the pgp patch.
- Set useful knobs when PACKAGE_BUILDING (POLA).

PR:		ports/50199
Submitted by:	maintainer
2003-03-23 18:38:17 +00:00

11 lines
277 B
Text

--- 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