diff options
Diffstat (limited to 'mail/pine4/files/patch-ai')
-rw-r--r-- | mail/pine4/files/patch-ai | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai index b963348653c8..5687a2ae77a4 100644 --- a/mail/pine4/files/patch-ai +++ b/mail/pine4/files/patch-ai @@ -1,7 +1,7 @@ -*** pine/send.c.Dist Mon Aug 27 10:54:33 2001 ---- pine/send.c Fri Sep 28 00:19:47 2001 +*** pine/send.c.orig Fri Aug 29 15:03:08 2003 +--- pine/send.c Fri Sep 5 01:44:20 2003 *************** -*** 7689,7701 **** +*** 8251,8263 **** body->subtype = cpystr("octet-stream"); } @@ -15,7 +15,7 @@ } } ---- 7689,7705 ---- +--- 8251,8267 ---- body->subtype = cpystr("octet-stream"); } @@ -34,7 +34,7 @@ } *************** -*** 8659,8665 **** +*** 9278,9284 **** 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 */ ---- 8663,8670 ---- +--- 9282,9289 ---- switch (body->encoding) { /* all else needs filtering */ case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */ @@ -52,7 +52,7 @@ case ENCBINARY: /* encode binary into BASE64 */ *************** -*** 8761,8767 **** +*** 9392,9398 **** && !(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 ---- 8766,8772 ---- +--- 9397,9403 ---- && !(so_puts(so, "Content-Transfer-Encoding: ") && so_puts(so, body_encodings[(body->encoding==ENCBINARY) ? ENCBASE64 |