-/* $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
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 $");
(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;