From 487be35e43119368f3078e59b86de3f55f8c141e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 17 Oct 1997 14:19:15 +0000 Subject: Luca's bug fixes. svn path=/trunk/; revision=1522 --- driver.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 82654676..40601b0a 100644 --- a/driver.c +++ b/driver.c @@ -781,9 +781,11 @@ int num; /* index of message */ if (env_offs == -1 && !strncasecmp(ctl->server.envelope, line, strlen(ctl->server.envelope))) + { if (skipcount++ != ctl->server.envskip) continue; env_offs = (line - headers); + } } #ifdef HAVE_RES_SEARCH else if (!received_for && !strncasecmp("Received:", line, 9)) -- cgit v1.2.3