From 128a9da4bca6a3b8ff8f0e6a26edee2b89fe4d9e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Nov 1998 13:47:03 +0000 Subject: Added fetchliimit message. svn path=/trunk/; revision=2214 --- driver.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 41eaa287..2c561a61 100644 --- a/driver.c +++ b/driver.c @@ -1963,8 +1963,13 @@ const struct method *proto; /* protocol method table */ error_complete(0, 0, _(" not flushed")); /* perhaps this as many as we're ready to handle */ - if (NUM_NONZERO(ctl->fetchlimit) && ctl->fetchlimit <= fetches) + if (NUM_NONZERO(ctl->fetchlimit) + && ctl->fetchlimit <= fetches) + { + error(0, 0, _("fetchlimit reached; %d messages left on server"), + count - fetches); goto no_error; + } } if (!check_only && ctl->skipped) -- cgit v1.2.3