mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 13:52:37 +00:00
initialize uid validity to 0
This commit is contained in:
parent
86f9361856
commit
8fe24b6de4
@ -64,6 +64,7 @@ nsImapServerResponseParser::nsImapServerResponseParser(nsImapProtocol &imapProto
|
||||
fCapabilityFlag = kCapabilityUndefined;
|
||||
fLastAlert = nsnull;
|
||||
fDownloadingHeaders = PR_FALSE;
|
||||
fFolderUIDValidity = 0;
|
||||
}
|
||||
|
||||
nsImapServerResponseParser::~nsImapServerResponseParser()
|
||||
|
Loading…
x
Reference in New Issue
Block a user