From bcb9abf2ef08ea1edb88a9ece11600ba52d4f9cd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Mar 2000 22:10:32 +0000 Subject: Unnecessary. svn path=/trunk/; revision=2802 --- driver.c | 6 ------ fetchmail.h | 1 - 2 files changed, 7 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)"), diff --git a/fetchmail.h b/fetchmail.h index 02cc3b9b..76ec4a79 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -282,7 +282,6 @@ struct query unsigned int uid; /* UID of user to deliver to */ struct idlist *skipped; /* messages skipped on the mail server */ struct idlist *oldsaved, *newsaved; - flag have_uids; /* have we seen UIDs during this query? */ char *lastid; /* last Message-ID seen on this connection */ /* internal use -- per-message state */ -- cgit v1.2.3