aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-06 22:10:32 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-06 22:10:32 +0000
commitbcb9abf2ef08ea1edb88a9ece11600ba52d4f9cd (patch)
tree6e614be551402ce7899558097276574d8bfa35c1 /driver.c
parent52f84c07a2421cfa86243b332636a474c08a4e2b (diff)
downloadfetchmail-bcb9abf2ef08ea1edb88a9ece11600ba52d4f9cd.tar.gz
fetchmail-bcb9abf2ef08ea1edb88a9ece11600ba52d4f9cd.tar.bz2
fetchmail-bcb9abf2ef08ea1edb88a9ece11600ba52d4f9cd.zip
Unnecessary.
svn path=/trunk/; revision=2802
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver.c b/driver.c
index 9c163d1d..b10a1dd4 100644
--- a/driver.c
+++ b/driver.c
@@ -1458,9 +1458,6 @@ const int maxfetch; /* maximum number of messages to fetch */
alrmsave = signal(SIGALRM, timeout_handler);
mytimeout = ctl->server.timeout;
- /* no UIDLs seen yet */
- ctl->have_uids = TRUE;
-
/* set up the broken-pipe timeout */
pipesave = signal(SIGPIPE, sigpipe_handler);
@@ -1770,9 +1767,6 @@ const int maxfetch; /* maximum number of messages to fetch */
if (ok != 0)
goto cleanUp;
- /* we've now seen any UIDs that will be coming up the link */
- ctl->have_uids = TRUE;
-
/* show user how many messages we downloaded */
if (idp->id)
(void) sprintf(buf, _("%s at %s (folder %s)"),