fix 362396, unable to open detached attachments, patch by christian schmidt, r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@251847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -448,7 +448,7 @@ GenerateAttachmentData(MimeObject *object, const char *aMessageURL, MimeDisplayO
|
||||
}
|
||||
nsCString urlString(urlSpec);
|
||||
|
||||
if (tmp->real_name)
|
||||
if (tmp->real_name && !tmp->isExternalAttachment)
|
||||
{
|
||||
urlString.Append("&filename=");
|
||||
urlString.Append(tmp->real_name);
|
||||
|
||||
Reference in New Issue
Block a user