mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
should fix speedracer SunOS bustage
This commit is contained in:
parent
2e487bdf56
commit
0f6bf1f2e1
@ -1097,8 +1097,9 @@ NS_IMETHODIMP nsImapIncomingServer::PossibleImapMailbox(const char *folderPath,
|
||||
inbox.SetCharAt(parentName.CharAt(i), j++);
|
||||
if (nsCRT::strcmp(inbox,"INBOX") != 0 )
|
||||
{
|
||||
dupFolderPath.ReplaceSubstring(inbox,"INBOX");
|
||||
parentName.ReplaceSubstring(inbox,"INBOX");
|
||||
nsCAutoString INBOX("INBOX");
|
||||
dupFolderPath.ReplaceSubstring(inbox,INBOX);
|
||||
parentName.ReplaceSubstring(inbox,INBOX);
|
||||
}
|
||||
}
|
||||
parentUri.Append('/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user