summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ai
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 04:23:19 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 04:23:19 +0000
commit6c5a81185b98298fd59c50d7213fa1d02896d59f (patch)
tree4d86acc88be5e417eb080b92831696978bdf2482 /mail/pine4/files/patch-ai
parentRevert previous diff; we've found the XFree86 dist problem which really (diff)
Update to version 4.05.
PR: 7993, 8151 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=13661
Diffstat (limited to 'mail/pine4/files/patch-ai')
-rw-r--r--mail/pine4/files/patch-ai16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai
index f12edfce77ae..8ef03dd5c162 100644
--- a/mail/pine4/files/patch-ai
+++ b/mail/pine4/files/patch-ai
@@ -1,7 +1,7 @@
-*** pine/send.c.orig Wed Aug 12 19:00:10 1998
---- pine/send.c Wed Aug 12 19:49:04 1998
+*** pine/send.c.orig Tue Sep 15 22:12:31 1998
+--- pine/send.c Sun Sep 20 00:41:41 1998
***************
-*** 6673,6685 ****
+*** 6736,6748 ****
body->subtype = cpystr("octet-stream");
}
@@ -15,7 +15,7 @@
}
}
---- 6673,6689 ----
+--- 6736,6752 ----
body->subtype = cpystr("octet-stream");
}
@@ -34,7 +34,7 @@
}
***************
-*** 7499,7505 ****
+*** 7573,7579 ****
switch (body->encoding) { /* all else needs filtering */
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
@@ -42,7 +42,7 @@
break;
case ENCBINARY: /* encode binary into BASE64 */
---- 7503,7510 ----
+--- 7577,7584 ----
switch (body->encoding) { /* all else needs filtering */
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
@@ -52,7 +52,7 @@
case ENCBINARY: /* encode binary into BASE64 */
***************
-*** 7582,7588 ****
+*** 7656,7662 ****
&& !(so_puts(so, "Content-Transfer-Encoding: ")
&& so_puts(so, body_encodings[(body->encoding==ENCBINARY)
? ENCBASE64
@@ -60,7 +60,7 @@
? ENCQUOTEDPRINTABLE
: (body->encoding <= ENCMAX)
? body->encoding
---- 7587,7593 ----
+--- 7661,7667 ----
&& !(so_puts(so, "Content-Transfer-Encoding: ")
&& so_puts(so, body_encodings[(body->encoding==ENCBINARY)
? ENCBASE64