]> Pileus Git - ~andy/fetchmail/commitdiff
Fix half-fetch bug.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 16 Apr 2000 07:44:05 +0000 (07:44 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 16 Apr 2000 07:44:05 +0000 (07:44 -0000)
svn path=/trunk/; revision=2876

imap.c

diff --git a/imap.c b/imap.c
index 1ddf18d1c1cb276201f8766e87f068806961aab4..a6ad147c1a184b6ccdac7f5d8cb3e206b96b5289 100644 (file)
--- 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 */