зеркало из https://github.com/mozilla/pjs.git
fix creating special folders on imap servers with personal namespace set and online dir not sent, 213570 sr=mscott
This commit is contained in:
Родитель
ef9e94e02c
Коммит
f6e7b01ef8
|
@ -3828,7 +3828,9 @@ nsImapIncomingServer::GetMsgFolderFromURI(nsIMsgFolder *aFolderResource, const c
|
|||
nsCOMPtr <nsIMsgFolder> folderResource;
|
||||
folderResource = do_QueryInterface(resource, &rv);
|
||||
NS_ENSURE_SUCCESS(rv,rv);
|
||||
msgFolder = folderResource;
|
||||
}
|
||||
else
|
||||
msgFolder = aFolderResource;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче