Bug 463390 - Failed to set IMAP mail server "security settings" in preference window. r=standard8, sr=bienvenu

This commit is contained in:
Boying Lu 2008-11-06 23:48:54 +02:00
Родитель 619927adb4
Коммит 36255e2f5b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1534,6 +1534,7 @@ nsMsgIncomingServer::GetIsSecure(PRBool *aIsSecure)
NS_ENSURE_SUCCESS(rv,rv);
*aIsSecure = (socketType == nsIMsgIncomingServer::alwaysUseTLS ||
socketType == nsIMsgIncomingServer::useSSL);
return NS_OK;
}
NS_IMETHODIMP