aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-06 20:34:29 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-06 20:34:29 +0000
commit4cb267590512956e78cc054f816fc6294088ce2b (patch)
treed77223b3537ccb534e1a0a591ad671c52f44b0b7 /driver.c
parentf91581a8545a79da9d400e981de6f1ef73d2569a (diff)
downloadfetchmail-4cb267590512956e78cc054f816fc6294088ce2b.tar.gz
fetchmail-4cb267590512956e78cc054f816fc6294088ce2b.tar.bz2
fetchmail-4cb267590512956e78cc054f816fc6294088ce2b.zip
Better behavior on line hits.
svn path=/trunk/; revision=1485
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 0e4d0997..8eb7494f 100644
--- a/driver.c
+++ b/driver.c
@@ -1862,7 +1862,9 @@ const struct method *proto; /* protocol method table */
if (ok != 0)
goto cleanUp;
set_timeout(ctl->server.timeout);
+#ifdef POP3_ENABLE
delete_str(&ctl->newsaved, num);
+#endif /* POP3_ENABLE */
}
else if (outlevel > O_SILENT)
error_complete(0, 0, " not flushed");