* 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 committed by Guenter Obiltschnig
parent a68afc9ae1
commit 9141f38035

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;
}
}