aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 1ddf18d1..a6ad147c 100644
--- a/imap.c
+++ b/imap.c
@@ -1035,7 +1035,6 @@ static int internal_expunge(int sock)
return(ok);
expunged += deletions;
- unseen -= deletions;
deletions = 0;
#ifdef IMAP_UID /* not used */