615932e686
PR: 14575 Submitted by: maintainer
22 lines
839 B
Plaintext
22 lines
839 B
Plaintext
--- 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, "[]");
|