summaryrefslogtreecommitdiffstats
path: root/mail/pine4/files/patch-as
blob: b79b1e7d089d61c920e3b8213acef39430f12799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** pine/init.c.orig	Thu Jul 16 21:22:22 1998
--- pine/init.c	Tue Jul 21 15:36:43 1998
***************
*** 579,584 ****
--- 579,587 ----
      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);
*** pine/other.c.orig	Thu Jul 16 04:09:27 1998
--- pine/other.c	Tue Jul 21 15:03:18 1998
***************
*** 696,702 ****
  			 || (F) == F_DISABLE_DFLT_IN_BUG_RPT	\
  			 || (F) == F_DISABLE_ALARM		\
  			 || (F) == F_ALLOW_CHANGING_FROM	\
- 			 || (F) == F_TCAP_WINS			\
  			 || (F) == F_QUELL_PARTIAL_FETCH	\
  			 || (F) == F_AGG_SEQ_COPY)
  
--- 696,701 ----
OpenPOWER on IntegriCloud