From 888c9ed9a7a13a4dd4509a17e26baf053e5fdccc Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 20 Apr 1999 21:50:51 +0000 Subject: [PATCH] Export nsIMsgMessageService.h --- mailnews/base/public/MANIFEST | 1 + mailnews/base/public/makefile.win | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mailnews/base/public/MANIFEST b/mailnews/base/public/MANIFEST index ac2a326daeaf..1b89b0e7cec9 100644 --- a/mailnews/base/public/MANIFEST +++ b/mailnews/base/public/MANIFEST @@ -44,3 +44,4 @@ nsIMsgAccountManager.h nsIMsgIdentity.h nsIMsgIncomingServer.h nsIMsgThread.h +nsIMsgMessageService.h diff --git a/mailnews/base/public/makefile.win b/mailnews/base/public/makefile.win index 57370af8a5d1..71b1bf8f603a 100644 --- a/mailnews/base/public/makefile.win +++ b/mailnews/base/public/makefile.win @@ -28,6 +28,7 @@ IDLSRCS = \ nsICopyMessageListener.idl \ nsIMsgIncomingServer.idl \ nsIMsgThread.idl \ + nsIMsgMessageService.idl \ $(NULL) EXPORTS = \ @@ -59,6 +60,7 @@ EXPORTS = \ nsIMsgIdentity.h \ nsIMsgIncomingServer.h \ nsIMsgThread.h \ + nsIMsgMessageService.h \ $(NULL) MODULE=mailnews