summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches/patch-ah
blob: 002db1c37cef96f97536920f560bc9b4f787d83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.2 2000/05/19 03:58:57 jlam Exp $

--- src/osdep/unix/env_unix.c.orig	Wed May  3 13:33:01 2000
+++ src/osdep/unix/env_unix.c	Thu May 18 23:43:57 2000
@@ -1127,7 +1127,7 @@
   FILE *f = fopen (file,"r");
 				/* no file or ill-advised usage */
   if (!(f && (s = fgets (tmp,MAILTMPLEN,f)) && (t = strchr (s,'\n')) &&
-	(flag ||
+	(1 ||
 	 (!strcmp (s,"I accept the risk for IMAP toolkit 4.1.\n") &&
 	  (s = fgets (tmp,MAILTMPLEN,f)) && (t = strchr (s,'\n')))))) return;
   do {