From a128f9915a67be766354e48b56b6b4e1644043be Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Oct 1997 08:39:15 +0000 Subject: Silence killed! svn path=/trunk/; revision=1480 --- driver.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 6a8b4813..bcbe4fb3 100644 --- a/driver.c +++ b/driver.c @@ -1647,9 +1647,12 @@ const struct method *proto; /* protocol method table */ /* these are pointless in normal daemon mode */ if (pass == 1 && (poll_interval == 0 || outlevel == O_VERBOSE)) error(0, 0, "No mail at %s", buf); - break; } + /* very important, this is where we leave the do loop */ + if (count == 0) + break; + if (check_only) { if (new == -1 || ctl->fetchall) -- cgit v1.2.3