From 44c4e408c76f9a0e51c7306c65bf0d47a83a990e Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sat, 6 Mar 1999 00:27:58 +0000 Subject: [PATCH] display message takes a message key and a messageID. --- mailnews/local/public/nsIMailboxService.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mailnews/local/public/nsIMailboxService.h b/mailnews/local/public/nsIMailboxService.h index 213a640b1b3c..81cb9791c5cd 100644 --- a/mailnews/local/public/nsIMailboxService.h +++ b/mailnews/local/public/nsIMailboxService.h @@ -21,6 +21,7 @@ #include "nscore.h" #include "nsISupports.h" +#include "MailNewsTypes.h" #include "nsFileSpec.h" /* EEF82460-CB69-11d2-8065-006008128C4E */ @@ -73,8 +74,8 @@ public: // It would be nice if we can figure this out for ourselves in the protocol but we can't do // that right now. ////////////////////////////////////////////////////////////////////////////////////////////// - NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, PRUint32 aStartByte, PRUint32 aEndByte, - nsISupports * aDisplayConsumer, nsIURL ** aURL) = 0; + NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, nsMsgKey aMessageKey, const char * aMessageID, + nsISupports * aDisplayConsumer, nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0; };