From d040600cdecf7ea3b5d86a0ce5c9b32ad9b5e1fd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 Mar 2000 17:35:08 +0000 Subject: Checks on multiple folders. svn path=/trunk/; revision=2833 --- driver.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'driver.c') 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) { -- cgit v1.2.3