aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-14 23:45:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-14 23:45:06 +0000
commit9f3e7d2977f69ca007956f94d6e0f54229e85d88 (patch)
treea594e45407d00408796db905fb6dc2d2b55f1126 /options.c
parent56911cb75d4110ea29279e58e3503ff7de02e7df (diff)
downloadfetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.tar.gz
fetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.tar.bz2
fetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.zip
Arrange for fetchall to be forced on after transient errors abort a
poll cycle. svn path=/trunk/; revision=540
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.c b/options.c
index d557fc88..4f1cd937 100644
--- a/options.c
+++ b/options.c
@@ -130,7 +130,6 @@ struct query *ctl; /* option record to be initialized */
case 'd':
case LA_DAEMON:
poll_interval = atoi(optarg);
- ctl->fetchall = TRUE;
break;
case 'N':
case LA_NODETACH: