From 38528f8329458e9faf675677bc7a2e4524af3aa4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Feb 1998 22:58:54 +0000 Subject: Fix bad UID/fetchlimit interaction. svn path=/trunk/; revision=1645 --- driver.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index cdfa866d..7afe9d3d 100644 --- a/driver.c +++ b/driver.c @@ -2069,6 +2069,12 @@ const struct method *proto; /* protocol method table */ * now. */ + /* tell the UID code we've seen this */ + if (ctl->newsaved) + for (idp = ctl->newsaved; idp; idp = idp->next) + if (idp->val.num == num) + MARK_SEEN(idp->val.num); + /* maybe we delete this message now? */ if (retained) { -- cgit v1.2.3