summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-26 19:52:49 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-26 19:52:49 +0000
commit5e566bc0254f1c700dcc94fb5d9361ae39a18a09 (patch)
tree876d8be0d38388b70a65c49c75a364a99521a3e7 /mail/mutt-devel/files
parentUpdate to 0.7.0 (diff)
- Add new knob WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT which is useful
in environments which do not use the outlook-builtin smime functions. - Fix a portlint WARN for a trailing whitespace. PR: 41011 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r--mail/mutt-devel/files/extra-patch-smime-no-outlook11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-patch-smime-no-outlook b/mail/mutt-devel/files/extra-patch-smime-no-outlook
new file mode 100644
index 000000000000..0d10becd82db
--- /dev/null
+++ b/mail/mutt-devel/files/extra-patch-smime-no-outlook
@@ -0,0 +1,11 @@
+--- smime.c.orig Thu May 2 01:20:42 2002
++++ smime.c Fri Jul 26 18:15:19 2002
+@@ -144,7 +144,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