From 6d9bab89320b9cb0dbccabf12c39ee4cef89b0b1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 18 Apr 2004 20:40:20 +0000 Subject: - Add patch obtained from author to work with Apple Mail - Portlint PR: ports/65682 Submitted by: Michael Ranner Approved by: maintainer --- mail/messagewall/files/patch-applemail | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/messagewall/files/patch-applemail (limited to 'mail/messagewall/files/patch-applemail') diff --git a/mail/messagewall/files/patch-applemail b/mail/messagewall/files/patch-applemail new file mode 100644 index 000000000000..cdc7b211d776 --- /dev/null +++ b/mail/messagewall/files/patch-applemail @@ -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++; + } + -- cgit v1.2.3