From bbfaa8be6008d7ac1b9996fef4d7e96299222c66 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Dec 1998 20:48:16 +0000 Subject: Don't require the "I accept the risk for..." outdated string at the top of /etc/c-client.cf. --- mail/imap-uw/patches/patch-ah | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/imap-uw/patches/patch-ah diff --git a/mail/imap-uw/patches/patch-ah b/mail/imap-uw/patches/patch-ah new file mode 100644 index 00000000000..7496208b4bf --- /dev/null +++ b/mail/imap-uw/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 1998/12/07 20:48:16 tv Exp $ + +--- src/osdep/unix/env_unix.c.orig Mon Dec 7 15:48:04 1998 ++++ src/osdep/unix/env_unix.c Mon Dec 7 15:48:21 1998 +@@ -812,7 +812,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 { -- cgit v1.2.3