fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2002-08-31 16:01:33 +00:00
parent 8394cd41f0
commit 0a30b8b2a5

View File

@ -1409,6 +1409,7 @@ NS_IMETHODIMP nsImapIncomingServer::GetRedirectorType(char **redirectorType)
NS_IMETHODIMP nsImapIncomingServer::SetRedirectorType(const char *redirectorType)
{
m_redirectorType = redirectorType;
return (SetCharValue("redirector_type", redirectorType));
}