Part of my mailnews reduce disk footprint cleanup effort. Add definitions for all the values compose used to get out of allxpstr.h

This commit is contained in:
mscott%netscape.com 1999-04-04 22:36:32 +00:00
Родитель 305f2e9b98
Коммит 79c375d3d2
1 изменённых файлов: 84 добавлений и 0 удалений

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

@ -9,6 +9,90 @@
#include "msgcom.h"
#include "rosetta_mailnews.h"
// These are some defines that we used to get out of allxpstr. But we can't do that anymore...
#define MK_SMTP_SERVER_ERROR -234
#define MK_TCP_READ_ERROR -252
#define MK_COULD_NOT_LOGIN_TO_SMTP_SERVER -229
#define MK_COULD_NOT_GET_USERS_MAIL_ADDRESS -235
#define MK_POP3_PASSWORD_UNDEFINED -313
#define MK_ERROR_SENDING_FROM_COMMAND -230
#define MK_ERROR_SENDING_RCPT_COMMAND -231
#define MK_ERROR_SENDING_DATA_COMMAND -232
#define MK_ERROR_SENDING_MESSAGE -233
#define MK_MIME_NO_RECIPIENTS -267
#define MK_OUT_OF_MEMORY -207
#define MK_MSG_ASSEMBLING_MSG 1
#define MK_MSG_ASSEMB_DONE_MSG 1
#define MK_MSG_LOAD_ATTACHMNT 1
#define MK_MSG_LOAD_ATTACHMNTS 1
#define MK_MSG_DELIV_MAIL 1
#define MK_MSG_DELIV_MAIL_DONE 1
#define MK_MSG_DELIV_NEWS 1
#define MK_MSG_DELIV_NEWS_DONE 1
#define MK_MSG_QUEUEING 1
#define MK_MSG_WRITING_TO_FCC 1
#define MK_MSG_QUEUED 1
#define MK_MIME_ERROR_WRITING_FILE 1
#define MK_MIME_MULTIPART_BLURB 1
#define MK_MIME_NO_SENDER 1
#define MK_MSG_COULDNT_OPEN_FCC_FILE 1
#define MK_UNABLE_TO_OPEN_TMP_FILE -253
#define MK_MSG_CANT_CREATE_FOLDER -404
#define MK_MSG_SAVE_DRAFT 1
#define MK_ADDR_BOOK_CARD 882
#define MK_MSG_MAC_PROMPT_UUENCODE 1
#define MK_MSG_SAVING_AS_DRAFT 1
#define MK_MSG_SAVING_AS_TEMPLATE 1
#define MK_MSG_UNABLE_TO_SAVE_DRAFT 1
#define MK_MSG_UNABLE_TO_SAVE_TEMPLATE 1
#define MK_UNABLE_TO_OPEN_FILE 1
#define MK_IMAP_UNABLE_TO_SAVE_MESSAGE 1
#define MK_IMAP_NO_ONLINE_FOLDER 1
#define MK_MSG_FAILED_COPY_OPERATION 1
#define MK_MSG_INVALID_NEWS_HEADER 1
#define MK_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS 1
#define MK_MSG_MSG_COMPOSITION 1
#define MK_COMMUNICATIONS_ERROR 1
#define MK_MSG_EMPTY_MESSAGE 1
#define MK_MSG_DOUBLE_INCLUDE 1
#define MK_MSG_WHY_QUEUE_SPECIAL 1
#define MK_MSG_WHY_QUEUE_SPECIAL_OLD 1
#define MK_MSG_NOT_AS_SENT_FOLDER 1
#define MK_MSG_MISSING_SUBJECT 1
#define MK_MSG_SEND 1
#define MK_MSG_SEND_LATER 1
#define MK_MSG_ATTACH_ETC 1
#define MK_MSG_QUOTE_MESSAGE 1
#define MK_MSG_FROM 1
#define MK_MSG_REPLY_TO 1
#define MK_MSG_MAIL_TO 1
#define MK_MSG_MAIL_CC 1
#define MK_MSG_MAIL_BCC 1
#define MK_MSG_FILE_CC 1
#define MK_MSG_POST_TO 1
#define MK_MSG_FOLLOWUPS_TO 1
#define MK_MSG_SUBJECT 1
#define MK_MSG_ATTACHMENT 1
#define MK_MSG_ATTACH_AS_TEXT 1
#define MK_MSG_SAVE_DRAFT 1
#define MK_MSG_SAVE_TEMPLATE 1
#define MK_MSG_ASK_HTML_MAIL 1
#define MK_MSG_ASK_HTML_MAIL_TITLE 1
#define MK_MSG_HTML_RECIPIENTS 1
#define MK_MSG_HTML_RECIPIENTS_TITLE 1
#define MK_MSG_EVERYONE 1
#define MK_MSG_ENTER_NAME_FOR_TEMPLATE 1
#define MK_MSG_INVALID_NEWS_HEADER 1
#define MK_MSG_INVALID_FOLLOWUP_TO_HEADER 1
#define MK_MSG_OUTBOX_L10N_NAME_OLD 1
#define MK_MSG_SAVE_TEMPLATE 1
#define MK_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS 1
#define MK_MSG_FAILED_COPY_OPERATION 1
#define MK_MSG_INVALID_NEWS_HEADER 1
class MailMessageHdr
{
public: