aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--driver.c7
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fef03288..b583aeb3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@
This only applied to `antispam', as it turned out.
* Work around InterChange's bug with attachments as suggested by
paul666@mailandnews.com.
+* Enable checks on multiople folders.
fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines:
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)
{