aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index b1cb6843..543bac78 100644
--- a/driver.c
+++ b/driver.c
@@ -2146,6 +2146,7 @@ const int maxfetch; /* maximum number of messages to fetch */
{
report(stdout, _("fetchlimit %d reached; %d messages left on server\n"),
maxfetch, count - fetches);
+ uid_expunge(ctl);
ok = PS_MAXFETCH;
goto cleanUp;
}