diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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)"), |