summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches
diff options
context:
space:
mode:
authortv <tv>1998-12-07 20:48:16 +0000
committertv <tv>1998-12-07 20:48:16 +0000
commit1a954e883766851efba60ae3da3b260d769493c9 (patch)
tree32fa5d3ff8932505f109a4320bba45d120e02e2d /mail/imap-uw/patches
parent195895cc80831181e45f0e55b49130e0fc49a840 (diff)
downloadpkgsrc-1a954e883766851efba60ae3da3b260d769493c9.tar.gz
Don't require the "I accept the risk for..." outdated string at the top of
/etc/c-client.cf.
Diffstat (limited to 'mail/imap-uw/patches')
-rw-r--r--mail/imap-uw/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
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 {