diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | driver.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ Release Notes: +fetchmail-4.7.5 (): +* Issue proper logout after running fetchmail -c + +There are 249 people on fetchmail-friends and 334 on fetchmail-announce. + fetchmail-4.7.4 (Mon Jan 4 13:26:32 EST 1999): * Error message cleanup. * HTML cleanup in design notes and FAQ, thanks to Byrial Jensen. @@ -1692,7 +1692,7 @@ const struct method *proto; /* protocol method table */ if (new == -1 || ctl->fetchall) new = count; ok = ((new > 0) ? PS_SUCCESS : PS_NOMAIL); - goto cleanUp; + goto no_error; } else if (count > 0) { |