aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-21 17:35:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-21 17:35:08 +0000
commitd040600cdecf7ea3b5d86a0ce5c9b32ad9b5e1fd (patch)
tree65452cc1e7122346a883de552631e97613b1eced /driver.c
parentd5cf42fa75363bd2254582cc74e24c0ef33fabe1 (diff)
downloadfetchmail-d040600cdecf7ea3b5d86a0ce5c9b32ad9b5e1fd.tar.gz
fetchmail-d040600cdecf7ea3b5d86a0ce5c9b32ad9b5e1fd.tar.bz2
fetchmail-d040600cdecf7ea3b5d86a0ce5c9b32ad9b5e1fd.zip
Checks on multiple folders.
svn path=/trunk/; revision=2833
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 06eb6460..a5b97c07 100644
--- a/driver.c
+++ b/driver.c
@@ -1818,7 +1818,12 @@ const int maxfetch; /* maximum number of messages to fetch */
if (new == -1 || ctl->fetchall)
new = count;
fetches = new; /* set error status ccorrectly */
- goto no_error;
+ /*
+ * There used to be a `got noerror' here, but this
+ * prevneted checking of multiple folders. This
+ * comment is a reminder in case I introduced some
+ * subtle bug by removing it...
+ */
}
else if (count > 0)
{