fixed imap folder discovery problem; the default fNamespacesOverridable should be set to true

This commit is contained in:
jefft%netscape.com 1999-05-14 22:46:21 +00:00
Родитель 421cc7d6a1
Коммит e4d453f318
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -55,7 +55,7 @@ nsIMAPHostInfo::nsIMAPHostInfo(const char *hostName, const char *userName)
fPasswordVerifiedOnline = PR_FALSE;
fDeleteIsMoveToTrash = PR_FALSE;
fGotNamespaces = PR_FALSE;
fNamespacesOverridable = PR_FALSE;
fNamespacesOverridable = PR_TRUE;
}
nsIMAPHostInfo::~nsIMAPHostInfo()