mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
display message takes a message key and a messageID.
This commit is contained in:
parent
64af3f3e47
commit
44c4e408c7
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user