diff options
author | tv <tv@pkgsrc.org> | 1998-12-07 20:48:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-07 20:48:16 +0000 |
commit | bbfaa8be6008d7ac1b9996fef4d7e96299222c66 (patch) | |
tree | 32fa5d3ff8932505f109a4320bba45d120e02e2d /mail | |
parent | f5f9698e0b59fc9914961184da56b912457ecc70 (diff) | |
download | pkgsrc-bbfaa8be6008d7ac1b9996fef4d7e96299222c66.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')
-rw-r--r-- | mail/imap-uw/patches/patch-ah | 13 |
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 { |