From 7f8c11fd687e6235695afd10651339fd4883aa75 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 15 Apr 1999 20:26:56 +0000 Subject: [PATCH] changes for the post to newsgroup work --- mailnews/compose/public/makefile.win | 3 +++ mailnews/compose/src/makefile.win | 1 + 2 files changed, 4 insertions(+) diff --git a/mailnews/compose/public/makefile.win b/mailnews/compose/public/makefile.win index 33ff653a9b3d..d437b4bea534 100644 --- a/mailnews/compose/public/makefile.win +++ b/mailnews/compose/public/makefile.win @@ -20,6 +20,7 @@ IGNORE_MANIFEST=1 IDLSRCS = \ nsIMsgCompose.idl \ + nsIMsgPost.idl \ $(NULL) EXPORTS = \ @@ -29,6 +30,8 @@ EXPORTS = \ nsMsgCompFieldsFact.h \ nsIMsgSend.h \ nsMsgSendFact.h \ + nsIMsgPost.h \ + nsIMsgPostFact.h \ nsISmtpUrl.h \ nsISmtpService.h \ MsgCompGlue.h \ diff --git a/mailnews/compose/src/makefile.win b/mailnews/compose/src/makefile.win index 3a1a2aa5c0f6..dcac7ce15edd 100644 --- a/mailnews/compose/src/makefile.win +++ b/mailnews/compose/src/makefile.win @@ -32,6 +32,7 @@ CPPSRCS= nsMsgCompFields.cpp \ nsSmtpProtocol.cpp \ MsgCompGlue.cpp \ nsMsgSend.cpp \ + nsMsgPost.cpp \ nsMsgSendPart.cpp \ nsSmtpService.cpp \ nsJSComposeAppCore.cpp \