forgot this part of fix for 268025, notification when msg is loaded, sr=sspitzer

This commit is contained in:
bienvenu%nventure.com 2004-11-09 19:36:51 +00:00
parent e3a8f35807
commit c8680cefc4

View File

@ -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;