summaryrefslogtreecommitdiffstats
path: root/chinese/pine4/files/patch-az
blob: 1782f39a69e1bc5d7c7291885960099dd9a26b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- pine/init.c.orig	Sat Oct  2 07:54:14 1999
+++ pine/init.c	Thu Oct 14 13:35:02 1999
@@ -339,7 +339,7 @@
 
 /*----------------------------------------------------------------------
 These are the variables that control a number of pine functions.  They
-come out of the .pinerc and the /usr/local/lib/pine.conf files.  Some can
+come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files.  Some can
 be set by the user while in Pine.  Eventually all the local ones should
 be so and maybe the global ones too.
 
@@ -660,6 +660,9 @@
     GLO_NORM_FORE_COLOR		= cpystr(colorx(DEFAULT_NORM_FORE));
     GLO_NORM_BACK_COLOR		= cpystr(colorx(DEFAULT_NORM_BACK));
 #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, "[]");
OpenPOWER on IntegriCloud