fix #8364. this gets rid of a really annoying assert on the Mac when using IMAP.
git-svn-id: svn://10.0.0.236/trunk@43452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -127,9 +127,6 @@ nsImapURI2Path(const char* rootURI, const char* uriStr, nsFileSpec& pathResult)
|
||||
rv = server->GetLocalPath(&localPath);
|
||||
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
nsFilePath dirPath(localPath, PR_TRUE);
|
||||
nsFileSpec dirSpec(dirPath); // recursive create the parent directory
|
||||
|
||||
pathResult = localPath;
|
||||
pathResult.CreateDirectory();
|
||||
PL_strfree(localPath);
|
||||
|
||||
Reference in New Issue
Block a user