bugfix
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 16 Mar 2007 02:46:38 +0000 (02:46 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 16 Mar 2007 02:46:38 +0000 (02:46 +0000)
mmsoftware/mmmail/src/mmpop3d/mmpop3d.c

index b984166..a5941a4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mmpop3d.c,v 1.41.4.5 2007/03/16 02:06:44 mmondor Exp $ */
+/* $Id: mmpop3d.c,v 1.41.4.6 2007/03/16 02:46:38 mmondor Exp $ */
 
 /*
  * Copyright (C) 2001-2007, Matthew Mondor
@@ -83,7 +83,7 @@
 
 MMCOPYRIGHT("@(#) Copyright (c) 2001-2007\n\
 \tMatthew Mondor. All rights reserved.\n");
-MMRCSID("$Id: mmpop3d.c,v 1.41.4.5 2007/03/16 02:06:44 mmondor Exp $");
+MMRCSID("$Id: mmpop3d.c,v 1.41.4.6 2007/03/16 02:46:38 mmondor Exp $");
 
 
 
@@ -1130,6 +1130,7 @@ do_buildindex(clientenv *clenv)
                (void) snprintf(mnode[i].file, 255, "%s/%s", CONF.MAIL_DIR,
                        PQgetvalue(pgres, i, 2));
                clenv->size += mnode[i].size;
+               mnode[i].deleted = mnode[i].retreived = FALSE;
            }
            clenv->index = mnode;
            clenv->messages = clenv->newmessages = rows;