diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:29:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:29:27 +0000 |
commit | 6aeac862c2c8d9ef5bd5933876093c65031ed860 (patch) | |
tree | e4a0d66a2fb5aaf9e7cce372bd45cc0df8db066e /chinese/pine4/files/patch-az | |
parent | Update maintainer's Email address and update to version 1.0pl00. (diff) |
Update to version 4.05.
PR: 8025
Submitted by: maintainer
Diffstat (limited to 'chinese/pine4/files/patch-az')
-rw-r--r-- | chinese/pine4/files/patch-az | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/chinese/pine4/files/patch-az b/chinese/pine4/files/patch-az index bd6856d81c93..175b6bbcdd81 100644 --- a/chinese/pine4/files/patch-az +++ b/chinese/pine4/files/patch-az @@ -1,12 +1,21 @@ ---- pine/init.c.orig Fri Jul 17 02:22:22 1998 -+++ pine/init.c Tue Aug 4 12:42:17 1998 -@@ -579,6 +579,9 @@ +--- pine/init.c.orig Thu Sep 3 01:39:42 1998 ++++ pine/init.c Tue Sep 22 13:50:07 1998 +@@ -319,7 +319,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. + +@@ -578,6 +578,9 @@ + #ifdef DF_SMTP_SERVER 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); |