From c8680cefc488d6fd6055c221c368fd04a10e5e63 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Tue, 9 Nov 2004 19:36:51 +0000 Subject: [PATCH] forgot this part of fix for 268025, notification when msg is loaded, sr=sspitzer --- mailnews/local/public/nsIMailboxUrl.idl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mailnews/local/public/nsIMailboxUrl.idl b/mailnews/local/public/nsIMailboxUrl.idl index 2ce9320de03e..1837ff0010c4 100644 --- a/mailnews/local/public/nsIMailboxUrl.idl +++ b/mailnews/local/public/nsIMailboxUrl.idl @@ -47,7 +47,7 @@ interface nsIMsgDBHdr; typedef long nsMailboxAction; -[scriptable, uuid(C272A1C1-C166-11d2-804E-006008128C4E)] +[scriptable, uuid(AE30B004-320C-4D2B-AB52-45D2C2DC2CCE)] interface nsIMailboxUrl : nsISupports { // Mailbox urls which parse a mailbox folder require a consumer of the @@ -70,9 +70,6 @@ interface nsIMailboxUrl : nsISupports { // mailbox URL state [noscript] readonly attribute nsFileSpecPtr fileSpec; - // a message db header for that message. - readonly attribute nsIMsgDBHdr messageHeader; - // Some mailbox urls include a message key for the message in question. readonly attribute nsMsgKey messageKey;