mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
interface change, display message now takes a message id and a message key.
This commit is contained in:
parent
1b6c1b44be
commit
1ef44a196c
@ -51,8 +51,8 @@ public:
|
||||
NS_IMETHOD ParseMailbox(const nsFilePath& aMailboxPath, nsIStreamListener * aMailboxParser,
|
||||
nsIUrlListener * aUrlListener, nsIURL ** aURL);
|
||||
|
||||
NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, PRUint32 aStartByte, PRUint32 aEndByte,
|
||||
nsISupports * aDisplayConsumer, nsIURL ** aURL);
|
||||
NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, nsMsgKey aMessageKey, const char * aMessageID,
|
||||
nsISupports * aDisplayConsumer, nsIUrlListener * aUrlListener, nsIURL ** aURL);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// End suppport for the nsIMailboxService Interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user