Fix for bug 105825. Don't remove empty body part when sending message. Patch submitted by :parish@ntlworld.com. R=cavin, SR=sspitzer
git-svn-id: svn://10.0.0.236/trunk@111748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -488,7 +488,8 @@ nsMsgSendPart::Write()
|
||||
if ( (m_parent) &&
|
||||
(m_numchildren == 0) &&
|
||||
( (!m_buffer) || (!*m_buffer) ) &&
|
||||
(!m_filespec) )
|
||||
(!m_filespec) &&
|
||||
(!m_mainpart) )
|
||||
return SKIP_EMPTY_PART;
|
||||
|
||||
if (m_mainpart && m_type && PL_strcmp(m_type, TEXT_HTML) == 0)
|
||||
|
||||
Reference in New Issue
Block a user