summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/pine4/files/patch-az')
-rw-r--r--chinese/pine4/files/patch-az21
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/pine4/files/patch-az b/chinese/pine4/files/patch-az
deleted file mode 100644
index 1782f39a69e1..000000000000
--- a/chinese/pine4/files/patch-az
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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, "[]");