mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b046b62fed
PR: 7468 Submitted by: maintainer
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
--- 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 @@
|
|
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);
|