summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-ao
blob: 1f4060e2be98f77107ad1098afd8a38d556f0dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- pine/send.c.orig	Tue Jul  9 02:10:50 1996
+++ pine/send.c	Sat Dec 28 02:36:30 1996
@@ -49,6 +49,11 @@
 #include "headers.h"
 #include "../c-client/smtp.h"
 #include "../c-client/nntp.h"
+/*
+woju
+disable bitstrip, keep 8-bit clean
+*/
+#define bitstrip(x) (x)
 
 
 #ifndef TCPSTREAM
@@ -5427,6 +5432,12 @@
 
     if(body->encoding == ENCOTHER)
       body->encoding = new_encoding;
+/*
+woju
+disable qp-encode
+*/
+    if (body->encoding == ENC8BIT)
+       body->encoding = 0;
 
 #ifndef	DOS
     fs_give((void **)&buf);