fix for #162577. problem with "retain all IMAP mail I've read", "retain all mail I've sent" code if we point to a non-ASCII folder. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@127206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1050,7 +1050,7 @@ nsresult nsImapIncomingServer::GetPFCForStringId(PRBool createIfMissing, PRInt32
|
||||
nsCAutoString pfcMailUri(pfcURI);
|
||||
// pfcMailUri.Append(".sbd");
|
||||
pfcMailUri.Append("/");
|
||||
pfcMailUri.AppendWithConversion(pfcName.get());
|
||||
pfcMailUri.Append(NS_ConvertUCS2toUTF8(pfcName).get());
|
||||
pfcParent->GetChildWithURI(pfcMailUri.get(), PR_FALSE, PR_FALSE /* caseInsensitive*/, aFolder);
|
||||
if (!*aFolder && createIfMissing)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user