diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-14 23:45:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-14 23:45:06 +0000 |
commit | 9f3e7d2977f69ca007956f94d6e0f54229e85d88 (patch) | |
tree | a594e45407d00408796db905fb6dc2d2b55f1126 /options.c | |
parent | 56911cb75d4110ea29279e58e3503ff7de02e7df (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |