initialize uid validity to 0

This commit is contained in:
bienvenu%netscape.com 1999-07-15 03:00:06 +00:00
parent 86f9361856
commit 8fe24b6de4

View File

@ -64,6 +64,7 @@ nsImapServerResponseParser::nsImapServerResponseParser(nsImapProtocol &imapProto
fCapabilityFlag = kCapabilityUndefined;
fLastAlert = nsnull;
fDownloadingHeaders = PR_FALSE;
fFolderUIDValidity = 0;
}
nsImapServerResponseParser::~nsImapServerResponseParser()