Better bustage fix
git-svn-id: svn://10.0.0.236/trunk@115795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c183c918a2
commit
4ff0a278ea
@ -1018,7 +1018,7 @@ PRBool nsEudoraMac::IsValidMailFolderName( nsCString& name)
|
||||
return( PR_TRUE);
|
||||
|
||||
for (int i = 0; i < kNumBadFolderNames; i++) {
|
||||
if (!name.Compare( cBadFolderNames[i], PR_TRUE))
|
||||
if (!name.Compare( cBadFolderNames[i], nsCaseInsensitiveCStringComparator()))
|
||||
return( PR_FALSE);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user