From 85c4b4e79c4e553cb4745e160634db61e5470180 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 29 Jun 2001 05:05:35 +0000 Subject: [PATCH] missed a file. --- mailnews/compose/public/nsISmtpService.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mailnews/compose/public/nsISmtpService.idl b/mailnews/compose/public/nsISmtpService.idl index 28d8a2a2366..8c0dffdf746 100644 --- a/mailnews/compose/public/nsISmtpService.idl +++ b/mailnews/compose/public/nsISmtpService.idl @@ -29,6 +29,7 @@ interface nsIUrlListener; interface nsISupportsArray; interface nsIMsgIdentity; interface nsIInterfaceRequestor; +interface nsIMsgStatusFeedback; [scriptable, uuid(FBAF0F10-CA9B-11d2-8063-006008128C4E)] interface nsISmtpService : nsISupports { @@ -55,6 +56,7 @@ interface nsISmtpService : nsISupports { in nsIMsgIdentity aSenderIdentity, in nsIUrlListener aUrlListener, in nsISmtpServer aServer, + in nsIMsgStatusFeedback aStatusListener, in nsIInterfaceRequestor aNotificationCallbacks, out nsIURI aURL);