From 36c8204ae4c5abf228f75c58026edf40706d8e6d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Nov 1996 06:07:16 +0000 Subject: Fix incorrect deletion location. svn path=/trunk/; revision=474 --- driver.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/driver.c b/driver.c index 1c8408e1..30985b4e 100644 --- a/driver.c +++ b/driver.c @@ -1016,13 +1016,10 @@ const struct method *proto; /* protocol method table */ vtalarm(ctl->timeout); if (ok != 0) goto cleanUp; + delete_uid(&ctl->newsaved, num); } else if (outlevel > O_SILENT) - { - /* nuke it from the unseen-messages list */ - delete_uid(&ctl->newsaved, num); fprintf(stderr, " not flushed\n"); - } } /* remove all messages flagged for deletion */ -- cgit v1.2.3