summaryrefslogtreecommitdiff
path: root/mail/messagewall/files/applemail.patch
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-23 11:06:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-23 11:06:24 +0000
commit21cbaa90c47a03aa3a8e8b8d50113899d44803a3 (patch)
treecca1a077932c72ba1840b977ad5a3b9e6b8d238e /mail/messagewall/files/applemail.patch
parentC89-ify for 4.x (diff)
- Add more useful patches
- Use OPTIONS PR: ports/66173 Submitted by: Michael Ranner Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=112039
Diffstat (limited to 'mail/messagewall/files/applemail.patch')
-rw-r--r--mail/messagewall/files/applemail.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/messagewall/files/applemail.patch b/mail/messagewall/files/applemail.patch
new file mode 100644
index 000000000000..cdc7b211d776
--- /dev/null
+++ b/mail/messagewall/files/applemail.patch
@@ -0,0 +1,11 @@
+--- rfc822.c.orig Fri Jul 12 19:45:03 2002
++++ rfc822.c Sat Apr 17 21:05:01 2004
+@@ -156,7 +156,7 @@
+ } else {
+ j = i;
+ while (j < headervalue->l &&
+- strchr(RFC822_WHITESPACE,headervalue->s[j]) == NULL)
++ strchr(RFC822_WHITESPACE,headervalue->s[j]) == NULL && headervalue->s[j] != ';')
+ j++;
+ }
+