summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ai
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-21 13:46:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-21 13:46:05 +0000
commit62043602c6accfd1533201dd16b763800a72b630 (patch)
tree812d954a0f3c2ddfceda0e421a01a69414a7dc1e /mail/pine4/files/patch-ai
parentActivate zh-pine3 & zh-pine4. (diff)
Upgrade to 4.01.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12049
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 dbf0aa6b88d0..2cd6237e6824 100644
--- a/mail/pine4/files/patch-ai
+++ b/mail/pine4/files/patch-ai
@@ -1,7 +1,7 @@
-*** pine/send.c.orig Wed Jul 1 21:32:53 1998
---- pine/send.c Fri Jul 10 00:51:41 1998
+*** pine/send.c.orig Mon Jul 20 22:02:18 1998
+--- pine/send.c Tue Jul 21 14:51:50 1998
***************
-*** 6616,6628 ****
+*** 6672,6684 ****
body->subtype = cpystr("octet-stream");
}
@@ -15,7 +15,7 @@
}
}
---- 6616,6632 ----
+--- 6672,6688 ----
body->subtype = cpystr("octet-stream");
}
@@ -34,7 +34,7 @@
}
***************
-*** 7439,7445 ****
+*** 7508,7514 ****
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 */
---- 7443,7450 ----
+--- 7512,7519 ----
switch (body->encoding) { /* all else needs filtering */
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
@@ -52,7 +52,7 @@
case ENCBINARY: /* encode binary into BASE64 */
***************
-*** 7506,7512 ****
+*** 7575,7581 ****
sprintf (*dst += strlen (*dst),"Content-Transfer-Encoding: %s\015\012",
body_encodings[(body->encoding == ENCBINARY)
? ENCBASE64
@@ -60,7 +60,7 @@
? ENCQUOTEDPRINTABLE
: (body->encoding <= ENCMAX)
? body->encoding : ENCOTHER]);
---- 7511,7517 ----
+--- 7580,7586 ----
sprintf (*dst += strlen (*dst),"Content-Transfer-Encoding: %s\015\012",
body_encodings[(body->encoding == ENCBINARY)
? ENCBASE64