* Net: fixed adding content part to mail message with empty content-disposition

This commit is contained in:
vm2mv
2016-11-21 11:49:49 +03:00
parent 45642a3d4f
commit b42d5b4fb8

View File

@@ -119,6 +119,10 @@ namespace
pPS->headers().set(it->first, it->second);
}
if (contentDisp.empty())
_pMsg->addContent(pPS, cte);
if (!added) delete pPS;
}
}