diff options
Diffstat (limited to 'mail/pine4/files')
-rw-r--r-- | mail/pine4/files/patch-ai | 16 | ||||
-rw-r--r-- | mail/pine4/files/patch-am | 8 | ||||
-rw-r--r-- | mail/pine4/files/patch-as | 11 |
3 files changed, 18 insertions, 17 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai index dbf0aa6..2cd6237 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 diff --git a/mail/pine4/files/patch-am b/mail/pine4/files/patch-am index f0ffb30..d7b703c 100644 --- a/mail/pine4/files/patch-am +++ b/mail/pine4/files/patch-am @@ -1,7 +1,7 @@ -*** pine/pine.h.orig Tue Jul 7 05:06:18 1998 ---- pine/pine.h Sun Jul 12 23:06:10 1998 +*** pine/pine.h.orig Fri Jul 17 03:10:56 1998 +--- pine/pine.h Tue Jul 21 14:53:05 1998 *************** -*** 2303,2309 **** +*** 2304,2310 **** } ATABLE_S; @@ -9,7 +9,7 @@ #define TAG_INVON '\001' /* Supported character attributes */ #define TAG_INVOFF '\002' #define TAG_BOLDON '\003' ---- 2303,2309 ---- +--- 2304,2310 ---- } ATABLE_S; diff --git a/mail/pine4/files/patch-as b/mail/pine4/files/patch-as index 09205ca4..b79b1e7 100644 --- a/mail/pine4/files/patch-as +++ b/mail/pine4/files/patch-as @@ -1,18 +1,19 @@ -*** pine/init.c.orig Sat Jun 27 00:01:05 1998 ---- pine/init.c Tue Jul 14 23:14:23 1998 +*** pine/init.c.orig Thu Jul 16 21:22:22 1998 +--- pine/init.c Tue Jul 21 15:36:43 1998 *************** *** 579,584 **** ---- 579,586 ---- +--- 579,587 ---- GLO_SMTP_SERVER = parse_list(DF_SMTP_SERVER, 1, NULL); #endif + F_TURN_ON(F_TCAP_WINS,ps); ++ F_TURN_ON(F_QUELL_INTERNAL_MSG,ps); + /* Set the default mail directory */ build_path(buf, GLO_MAIL_DIRECTORY, "[]"); GLO_FOLDER_SPEC = parse_list(buf, 1, NULL); -*** pine/other.c.orig Thu Jul 9 00:35:12 1998 ---- pine/other.c Tue Jul 14 21:37:09 1998 +*** pine/other.c.orig Thu Jul 16 04:09:27 1998 +--- pine/other.c Tue Jul 21 15:03:18 1998 *************** *** 696,702 **** || (F) == F_DISABLE_DFLT_IN_BUG_RPT \ |