зеркало из https://github.com/mozilla/gecko-dev.git
fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott
This commit is contained in:
Родитель
d506cab3ce
Коммит
d7e36bdecd
|
@ -959,7 +959,8 @@ nsImapUrl::GetURI(char** aURI)
|
|||
#else
|
||||
// jefft -- indeed that is wrong
|
||||
CreateCanonicalSourceFolderPathString(getter_Copies(theFile));
|
||||
nsCString fullFolderPath = (const char *) m_userName;
|
||||
nsCString fullFolderPath = "/";
|
||||
fullFolderPath += (const char *) m_userName;
|
||||
char *hostName = nsnull;
|
||||
rv = GetHost(&hostName);
|
||||
fullFolderPath += '@';
|
||||
|
|
Загрузка…
Ссылка в новой задаче