Fix some unresolved symbols for MOZ_MAIL_COMPOSE build.

Won't affect default build.
This commit is contained in:
akkana%netscape.com 1998-09-04 22:30:14 +00:00
Родитель 42dbcde396
Коммит 95ed1a6c64
3 изменённых файлов: 0 добавлений и 13 удалений

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

@ -2347,8 +2347,6 @@ MSG_CompositionPane::SendMessageNow()
m_deliver_mode = MSG_DeliverNow;
HG73943
if (m_fields->GetAttachVCard())
CreateVcardAttachment();
// counts we need to update.
return DoneComposeMessage(MSG_DeliverNow);
}
@ -2358,8 +2356,6 @@ MSG_CompositionPane::QueueMessageForLater()
{
// remember if we're queued so we know which folder
m_deliver_mode = MSG_QueueForLater;
if (m_fields->GetAttachVCard())
CreateVcardAttachment();
// counts we need to update.
return DoneComposeMessage(MSG_QueueForLater);
}

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

@ -192,9 +192,6 @@ protected:
PRBool RecipientDialogDone(XPDialogState *state, char **argv, int argc,
unsigned int button);
int CreateVcardAttachment ();
MSG_REPLY_TYPE m_replyType; /* The kind of message composition in
progress (reply, forward, etc.) */

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

@ -1390,12 +1390,6 @@ MSG_RegisterConverters (void)
NET_RegisterContentTypeConverter (TEXT_ENRICHED, FO_PRINT,
NULL, MIME_EnrichedTextConverter);
/* Decoders from mimevcrd.c for text/x-vcard and text/enriched */
NET_RegisterContentTypeConverter (TEXT_VCARD, FO_PRESENT,
NULL, MIME_VCardConverter);
NET_RegisterContentTypeConverter (TEXT_VCARD, FO_PRINT,
NULL, MIME_VCardConverter);
/* Decoders from mimejul.c for text/calendar */
#ifdef MOZ_CALENDAR
NET_RegisterContentTypeConverter (TEXT_CALENDAR, FO_PRESENT,