aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-12-26 14:30:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-12-26 14:30:30 +0000
commit17c363ec5e29760a99502afd70769d6a4c7ae63e (patch)
tree8313c91aff4c0e6825327ac9c98f1e78a83a48b4 /driver.c
parent1c34302390ef8d7a3419d1723682a4487796f75c (diff)
downloadfetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.tar.gz
fetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.tar.bz2
fetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.zip
Drastically simplified UIDL code.
svn path=/trunk/; revision=2686
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 543bac78..b1cb6843 100644
--- a/driver.c
+++ b/driver.c
@@ -2146,7 +2146,6 @@ const int maxfetch; /* maximum number of messages to fetch */
{
report(stdout, _("fetchlimit %d reached; %d messages left on server\n"),
maxfetch, count - fetches);
- uid_expunge(ctl);
ok = PS_MAXFETCH;
goto cleanUp;
}