* Net: fixed adding content to mail message when content-disposition is empty

This commit is contained in:
vm2mv
2016-11-22 14:29:39 +03:00
parent b42d5b4fb8
commit 2fbf87c518

View File

@@ -121,7 +121,10 @@ namespace
}
if (contentDisp.empty())
{
_pMsg->addContent(pPS, cte);
added = true;
}
if (!added) delete pPS;
}