Bug #22960 --> store a nsIMsgHdrSink associated with the messenger window instance

r=bienvenu
This commit is contained in:
mscott%netscape.com 2000-01-06 00:45:47 +00:00
parent 83d3949553
commit 623bd84865

View File

@ -28,6 +28,7 @@
interface nsITransactionManager;
interface nsIWebShell;
interface nsIDOMWindow;
interface nsIMsgHeaderSink;
/*
* This interface can be used to set data specific to a window.
*/
@ -37,6 +38,7 @@ interface nsIDOMWindow;
interface nsIMsgWindow : nsISupports {
attribute nsIMsgStatusFeedback statusFeedback;
attribute nsIMsgHeaderSink msgHeaderSink;
attribute nsITransactionManager transactionManager;
attribute nsIMessageView messageView;
attribute nsIMsgFolder openFolder;