diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-26 02:12:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-26 02:12:28 +0000 |
commit | 78b8a13a08e19a43b784e020f5278c0a3709c204 (patch) | |
tree | 5403db8f8978be16baf15bf1c0c85bfddcaf3dbb /mail/pine4/files/patch-ai | |
parent | Import of splay v0.2, a command line MPEG and WAV player. (diff) |
Upgrade to 3.96
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-ai | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai index 7a8f6b72ac07..8d9ab18bd580 100644 --- a/mail/pine4/files/patch-ai +++ b/mail/pine4/files/patch-ai @@ -1,7 +1,7 @@ -*** pine/send.c.old Mon Jul 8 22:10:50 1996 ---- pine/send.c Tue Feb 4 21:47:57 1997 +*** pine/send.c.orig Tue Feb 25 00:57:38 1997 +--- pine/send.c Wed Mar 26 04:27:59 1997 *************** -*** 6084,6090 **** +*** 6113,6119 **** switch (body->encoding) { /* all else needs filtering */ case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */ @@ -9,7 +9,7 @@ break; case ENCBINARY: /* encode binary into BASE64 */ ---- 6084,6091 ---- +--- 6113,6120 ---- switch (body->encoding) { /* all else needs filtering */ case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */ @@ -19,7 +19,7 @@ case ENCBINARY: /* encode binary into BASE64 */ *************** -*** 6143,6149 **** +*** 6172,6178 **** sprintf (*dst += strlen (*dst), "Content-Transfer-Encoding: %s\015\012", body_encodings[(body->encoding == ENCBINARY) ? ENCBASE64 @@ -27,7 +27,7 @@ ? ENCQUOTEDPRINTABLE : (body->encoding <= ENCMAX) ? body->encoding : ENCOTHER]); ---- 6144,6150 ---- +--- 6173,6179 ---- sprintf (*dst += strlen (*dst), "Content-Transfer-Encoding: %s\015\012", body_encodings[(body->encoding == ENCBINARY) ? ENCBASE64 |