remove any use of nsMsgCompose (it's the old one nsMsgCompose will conflic with the new one I will add soon!)

This commit is contained in:
ducarroz%netscape.com 1999-06-10 02:01:37 +00:00
Родитель 531094dd2f
Коммит 253bbc46f7
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -240,7 +240,7 @@ JFD */
// The only time we want to send just the data fork of a two-fork
// Mac file is if uuencoding has been requested.
NS_ASSERTION(UseUUEncode_p(), "not UseUUEncode_p");
if (!((nsMsgCompose *) m_mime_delivery_state->m_pane)->m_confirmed_uuencode_p)
//JFD if (!((nsMsgCompose *) m_mime_delivery_state->m_pane)->m_confirmed_uuencode_p)
{
#ifdef UNREADY_CODE
PRBool confirmed = FE_Confirm(m_mime_delivery_state->m_pane->GetContext(),
@ -250,7 +250,7 @@ JFD */
#endif
// only want to do this once
((nsMsgCompose *) m_mime_delivery_state->m_pane)->m_confirmed_uuencode_p = PR_TRUE;
//JFD ((nsMsgCompose *) m_mime_delivery_state->m_pane)->m_confirmed_uuencode_p = PR_TRUE;
if (! confirmed) // cancelled
return MK_INTERRUPTED;

Просмотреть файл

@ -59,6 +59,7 @@ HJ08142
class MSG_NewsHost;
class MSG_HTMLRecipients;
#if 0
class nsMsgCompose : public nsIMsgCompose, public MSG_Pane {
public:
@ -314,4 +315,6 @@ protected:
// to plain text
};
#endif
#endif /* _MsgCompose_H_ */