diff options
author | sf <sf@FreeBSD.org> | 2001-02-12 22:56:39 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-12 22:56:39 +0000 |
commit | ba92b8ecee02866d915c5cccc12b221ee4d821bb (patch) | |
tree | 06754e35a24a837c9b9553c16f14d20ee56a7c09 /mail/elm+ME | |
parent | dedc0c21e5fad66336cc6097d505cd19ff7c692f (diff) | |
download | FreeBSD-ports-ba92b8ecee02866d915c5cccc12b221ee4d821bb.zip FreeBSD-ports-ba92b8ecee02866d915c5cccc12b221ee4d821bb.tar.gz |
remove stale patch.
PR: 25044
Submitted by: Christoph Weber-Fahr <wefa@nxcon.nexgo.lab.arcor.de>
Forgotten by: sf
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/files/patch-ai | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/elm+ME/files/patch-ai b/mail/elm+ME/files/patch-ai deleted file mode 100644 index 28c3eec..0000000 --- a/mail/elm+ME/files/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ ---- lib/headers.c.orig Fri Dec 29 20:56:44 2000 -+++ lib/headers.c Mon Jan 29 00:52:39 2001 -@@ -347,8 +347,18 @@ - */ - - if (NULL != (tmphdr = locate_header_by_name(result,"MIME-Version"))) { -+ /* RFC 1521 says: - -- if (0 == strcmp(tmphdr->body,"1.0")) -+ NOTE TO IMPLEMENTORS: All header fields defined in this document, -+ including MIME-Version, Content-type, etc., are subject to the -+ general syntactic rules for header fields specified in RFC 822. In -+ particular, all can include comments, which means that the following -+ two MIME-Version fields are equivalent: -+ -+ MIME-Version: 1.0 -+ MIME-Version: 1.0 (Generated by GBD-killer 3.7) -+ */ -+ if (0 == strncmp(tmphdr->body,"1.0", 3)) - entry->status |= MIME_MESSAGE; - else { - entry->status |= MIME_MESSAGE|MIME_UNSUPPORTED; |