From 3a1c4bdb1899c8a4c6ab33424f5f2934f33a414a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 16 Apr 2000 07:44:05 +0000 Subject: Fix half-fetch bug. svn path=/trunk/; revision=2876 --- imap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'imap.c') 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 */ -- cgit v1.2.3