aboutsummaryrefslogtreecommitdiffstats
path: root/mail/messagewall/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-19 04:40:20 +0800
committerpav <pav@FreeBSD.org>2004-04-19 04:40:20 +0800
commit302516dc91415494840779f5a1c724756d44e60f (patch)
tree36ca916ac7b07a53197652af1984f9996c39a883 /mail/messagewall/files
parent65f05da0559ee311a5a92a68af09a79b0a39965d (diff)
downloadfreebsd-ports-gnome-302516dc91415494840779f5a1c724756d44e60f.tar.gz
freebsd-ports-gnome-302516dc91415494840779f5a1c724756d44e60f.tar.zst
freebsd-ports-gnome-302516dc91415494840779f5a1c724756d44e60f.zip
- Add patch obtained from author to work with Apple Mail
- Portlint PR: ports/65682 Submitted by: Michael Ranner <mranner@inode.at> Approved by: maintainer
Diffstat (limited to 'mail/messagewall/files')
-rw-r--r--mail/messagewall/files/patch-applemail11
1 files changed, 11 insertions, 0 deletions
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++;
+ }
+